Skip to content
Snippets Groups Projects
Commit 06e3dca0 authored by Tobias Feldmann's avatar Tobias Feldmann
Browse files

developer in PRODUCT with lookup

parent 415442dc
No related branches found
No related tags found
No related merge requests found
import("system.vars");
import("system.result");
import("Relation_lib");
......
import("system.result");
import("system.vars");
import("Relation_lib");
import("system.neon");
result.string(RelationUtils.getNameByPersOrg("$field.RELATION_PERS_ID",
"$field.RELATION_ORG_ID",
"$field.PERS_FIRSTNAME",
"$field.PERS_LASTNAME",
"$field.ORG_NAME"));
\ No newline at end of file
result.string(RelationUtils.getNameByPersOrgWithRelationId(vars.getString("$field.RELATION_ID")));
\ No newline at end of file
import("system.result");
import("system.vars");
import("system.result");
import("Relation_lib");
result.string(RelationUtils.getContextByPersOrg("$field.RELATION_PERS_ID",
"$field.RELATION_ORG_ID"));
\ No newline at end of file
result.string(RelationUtils.getContextByRelationId(vars.getString("$field.RELATION_ID")));
\ 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