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

refactor dfo: Org_entity

parent 8307a7b2
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ Usually this is used for filtering COMM-entires by a specified contact or creati
<entityDependency>
<name>070b2457-3766-4c8a-b43f-a2bf7c9ef638</name>
<entityName>Org_entity</entityName>
<fieldName>Comms</fieldName>
<fieldName>Communications</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
......@@ -102,7 +102,7 @@ Usually this is used for filtering COMM-entires by a specified contact or creati
<entityDependency>
<name>7382242a-aa18-4a31-ab77-69a79f2b97b8</name>
<entityName>Org_entity</entityName>
<fieldName>PhoneComms</fieldName>
<fieldName>PhoneCommunications</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
......@@ -115,7 +115,7 @@ Usually this is used for filtering COMM-entires by a specified contact or creati
<entityDependency>
<name>ecfbf518-fe92-4661-8ebe-e2d3c8d259e1</name>
<entityName>Org_entity</entityName>
<fieldName>EmailComms</fieldName>
<fieldName>EmailCommunications</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
......
......@@ -234,7 +234,7 @@
<displayValueProcess>%aditoprj%/entity/Org_entity/entityfields/address_id/displayValueProcess.js</displayValueProcess>
</entityField>
<entityConsumer>
<name>Comms</name>
<name>Communications</name>
<title>Communication</title>
<fieldType>DEPENDENCY_OUT</fieldType>
<dependency>
......@@ -245,7 +245,7 @@
<children>
<entityParameter>
<name>RelId_param</name>
<code>%aditoprj%/entity/Org_entity/entityfields/comms/children/relid_param/code.js</code>
<code>%aditoprj%/entity/Org_entity/entityfields/communications/children/relid_param/code.js</code>
<triggerRecalculation v="true" />
</entityParameter>
</children>
......@@ -388,7 +388,7 @@
<entityField>
<name>STANDARD_EMAIL_COMM</name>
<title>standard email</title>
<consumer>EmailComms</consumer>
<consumer>EmailCommunications</consumer>
<onValueChange>%aditoprj%/entity/Org_entity/entityfields/standard_email_comm/onValueChange.js</onValueChange>
<onValueChangeTypes>
<element>MASK</element>
......@@ -399,11 +399,11 @@
<entityField>
<name>STANDARD_PHONE_COMM</name>
<title>standard phone</title>
<consumer>PhoneComms</consumer>
<consumer>PhoneCommunications</consumer>
<onValueChange>%aditoprj%/entity/Org_entity/entityfields/standard_phone_comm/onValueChange.js</onValueChange>
</entityField>
<entityConsumer>
<name>PhoneComms</name>
<name>PhoneCommunications</name>
<fieldType>DEPENDENCY_OUT</fieldType>
<dependency>
<name>dependency</name>
......@@ -413,16 +413,16 @@
<children>
<entityParameter>
<name>RelId_param</name>
<code>%aditoprj%/entity/Org_entity/entityfields/phonecomms/children/relid_param/code.js</code>
<code>%aditoprj%/entity/Org_entity/entityfields/phonecommunications/children/relid_param/code.js</code>
</entityParameter>
<entityParameter>
<name>CommCategory_param</name>
<code>%aditoprj%/entity/Org_entity/entityfields/phonecomms/children/commcategory_param/code.js</code>
<code>%aditoprj%/entity/Org_entity/entityfields/phonecommunications/children/commcategory_param/code.js</code>
</entityParameter>
</children>
</entityConsumer>
<entityConsumer>
<name>EmailComms</name>
<name>EmailCommunications</name>
<fieldType>DEPENDENCY_OUT</fieldType>
<dependency>
<name>dependency</name>
......@@ -432,11 +432,11 @@
<children>
<entityParameter>
<name>RelId_param</name>
<code>%aditoprj%/entity/Org_entity/entityfields/emailcomms/children/relid_param/code.js</code>
<code>%aditoprj%/entity/Org_entity/entityfields/emailcommunications/children/relid_param/code.js</code>
</entityParameter>
<entityParameter>
<name>CommCategory_param</name>
<code>%aditoprj%/entity/Org_entity/entityfields/emailcomms/children/commcategory_param/code.js</code>
<code>%aditoprj%/entity/Org_entity/entityfields/emailcommunications/children/commcategory_param/code.js</code>
</entityParameter>
</children>
</entityConsumer>
......
......@@ -49,7 +49,7 @@
</neonViewReference>
<neonViewReference>
<name>6355808f-ee94-4caf-95b1-3848e81c75b7</name>
<entityField>Comms</entityField>
<entityField>Communications</entityField>
<view>CommMultiEdit_view</view>
</neonViewReference>
<neonViewReference>
......
......@@ -17,7 +17,7 @@
</cardViewTemplate>
<neonViewReference>
<name>2cb11b4e-dd8e-419b-8fff-ef0852ef2641</name>
<entityField>Comms</entityField>
<entityField>Communications</entityField>
<view>CommList_view</view>
</neonViewReference>
<neonViewReference>
......
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