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

relation in CONTRACT with lookup

parent 06e3dca0
No related branches found
No related tags found
No related merge requests found
......@@ -234,15 +234,6 @@
</entityParameter>
</children>
</entityOutgoingField>
<entityField>
<name>ORG_NAME</name>
</entityField>
<entityField>
<name>PERS_FIRSTNAME</name>
</entityField>
<entityField>
<name>PERS_LASTNAME</name>
</entityField>
</entityFields>
<recordContainers>
<dbRecordContainer>
......
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.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
......@@ -318,15 +318,6 @@
</entityParameter>
</children>
</entityOutgoingField>
<entityField>
<name>PERS_FIRSTNAME</name>
</entityField>
<entityField>
<name>PERS_LASTNAME</name>
</entityField>
<entityField>
<name>ORG_NAME</name>
</entityField>
</entityFields>
<recordContainers>
<dbRecordContainer>
......
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