Skip to content
Snippets Groups Projects
Commit e5df0a68 authored by Markus Escher's avatar Markus Escher
Browse files

change Relation to AnyContact Consumer in Contract/Offer

fix linkedContextProcess in Contract
parent 4d5639d6
No related branches found
No related tags found
No related merge requests found
......@@ -68,9 +68,10 @@
<name>CONTACT_ID</name>
<documentation>%aditoprj%/entity/Contract_entity/entityfields/contact_id/documentation.adoc</documentation>
<title>Connection</title>
<consumer>Relations</consumer>
<consumer>AnyContacts</consumer>
<linkedContextProcess>%aditoprj%/entity/Contract_entity/entityfields/contact_id/linkedContextProcess.js</linkedContextProcess>
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/Contract_entity/entityfields/contact_id/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Contract_entity/entityfields/contact_id/displayValueProcess.js</displayValueProcess>
</entityField>
<entityField>
......
import("system.result");
import("system.vars");
if (vars.exists("$param.ContactId_param"))
{
result.string(vars.get("$param.ContactId_param"));
}
\ No newline at end of file
......@@ -48,7 +48,7 @@
<name>CONTACT_ID</name>
<documentation>%aditoprj%/entity/Offer_entity/entityfields/contact_id/documentation.adoc</documentation>
<title>Connection</title>
<consumer>Relations</consumer>
<consumer>AnyContacts</consumer>
<linkedContextProcess>%aditoprj%/entity/Offer_entity/entityfields/contact_id/linkedContextProcess.js</linkedContextProcess>
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/Offer_entity/entityfields/contact_id/valueProcess.js</valueProcess>
......
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