Skip to content
Snippets Groups Projects
Commit fa8a7151 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

fix Object Relation tree

parent 0741df92
No related branches found
No related tags found
No related merge requests found
import("system.vars");
import("system.result");
result.string(vars.get("$field.ORGANISATION_ID"));
\ No newline at end of file
result.string(vars.get("$field.CONTACTID"));
\ No newline at end of file
import("system.vars");
import("system.result");
result.string(vars.get("$field.PERSONID"));
\ No newline at end of file
result.string(vars.get("$field.CONTACTID"));
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment