Skip to content
Snippets Groups Projects
Commit fcaecf92 authored by Pascal Neub's avatar Pascal Neub
Browse files

[Projekt: Entwicklung - xRM][TicketNr.: 1069458][xRM: Kommunikations Medium...

[Projekt: Entwicklung - xRM][TicketNr.: 1069458][xRM: Kommunikations Medium Vorbelegung ändert sich nicht, wenn Medium gewechselt wird]
parent 4730ae39
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@
<consumer>KeywordMediums</consumer>
<mandatory v="true" />
<displayValueProcess>%aditoprj%/entity/Communication_entity/entityfields/medium_id/displayValueProcess.js</displayValueProcess>
<onValueChange>%aditoprj%/entity/Communication_entity/entityfields/medium_id/onValueChange.js</onValueChange>
</entityField>
<entityField>
<name>CONTACT_ID</name>
......
import("system.neon");
import("system.vars");
var recordstate = vars.get("$sys.recordstate");
if (recordstate == neon.OPERATINGSTATE_NEW || recordstate == neon.OPERATINGSTATE_EDIT) {
neon.setFieldValue("$field.ADDR", null);
}
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