Skip to content
Snippets Groups Projects
Commit 749c74e5 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Merge branch 'm_1080329_bulkmailrecipient_mailaddress_bug' into '2021.0.3'

[Projekt: xRM-Marketing][TicketNr.: 1080329][Fehler: Hinzufügen von Empfängern...

See merge request xrm/basic!926
parents 92ea0496 06fb1278
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
<consumer>Contacts</consumer>
<linkedContextProcess>%aditoprj%/entity/BulkMailRecipient_entity/entityfields/contact_id/linkedContextProcess.js</linkedContextProcess>
<mandatory v="true" />
<onValueChange>%aditoprj%/entity/BulkMailRecipient_entity/entityfields/contact_id/onValueChange.js</onValueChange>
<onValidation>%aditoprj%/entity/BulkMailRecipient_entity/entityfields/contact_id/onValidation.js</onValidation>
</entityField>
<entityField>
......
import("Communication_lib");
import("system.neon");
import("system.vars");
var contactId = vars.get("$local.value");
if(contactId != "")
{
neon.setFieldValue("$field.EMAIL_ADDRESS",CommUtil.getStandardMail(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