Skip to content
Snippets Groups Projects
Commit c9f444b1 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

[Projekt: Entwicklung - Neon][TicketNr.: 1035771][Kontaktmanagement - Firma /...

[Projekt: Entwicklung - Neon][TicketNr.: 1035771][Kontaktmanagement - Firma / Kontaktperson + Adressen / Kommunikation - Nutzung des kompletten Moduls sicherstellen]
parent 9d874628
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
<title>Contact</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<documentation>%aditoprj%/entity/Contact_entity/documentation.adoc</documentation>
<icon>VAADIN:USERS</icon>
<iconId>VAADIN:USERS</iconId>
<recordContainer>db</recordContainer>
<entityFields>
<entityProvider>
......@@ -18,6 +18,7 @@
<title>Organisation</title>
<consumer>Organisations</consumer>
<mandatory v="true" />
<onValueChange>%aditoprj%/entity/Contact_entity/entityfields/organisation_id/onValueChange.js</onValueChange>
</entityField>
<entityField>
<name>PERSON_ID</name>
......
import("system.vars");
//since the standard address can be only values of org the standard address has to be reset on org change
vars.set("$field.ADDRESS_ID", "");
\ 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