Skip to content
Snippets Groups Projects
Commit a89b03a3 authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

Merge branch 'cherry-pick-146f6767' into '2021.1.0'

Merge branch '2021.1_1081041_PlanungNeuanlageÜberFirma' into '2021.1'

See merge request xrm/basic!1001
parents 0e66d3d0 123b369c
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@
<linkedContext>Organisation</linkedContext>
<mandatory v="true" />
<stateProcess>%aditoprj%/entity/Planning_entity/entityfields/contact_id/stateProcess.js</stateProcess>
<valueProcess>%aditoprj%/entity/Planning_entity/entityfields/contact_id/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Planning_entity/entityfields/contact_id/displayValueProcess.js</displayValueProcess>
</entityField>
<entityField>
......
import("system.vars");
import("system.result");
var contactId = vars.get("$param.ContactId_param");
if(vars.get("$this.value") == null && contactId)
{
result.string(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