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

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

[Projekt: xRM-Sales][TicketNr.: 1081041][Planung bei Firma: Firmenname vorbefüllen]

See merge request xrm/basic!954
parents e1074ff1 6fb371e7
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