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

unify COMM dependencies as #INCOMING

parent a42c95ca
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
<columnName>MEDIUM_ID</columnName> <columnName>MEDIUM_ID</columnName>
<caption>Medium</caption> <caption>Medium</caption>
<possibleItemsProcess>%aditoprj%/entity/Comm_entity/entityfields/medium_id/possibleItemsProcess.js</possibleItemsProcess> <possibleItemsProcess>%aditoprj%/entity/Comm_entity/entityfields/medium_id/possibleItemsProcess.js</possibleItemsProcess>
<valueMappingProcess>%aditoprj%/entity/Comm_entity/entityfields/medium_id/valueMappingProcess.js</valueMappingProcess>
</entityField> </entityField>
<entityField> <entityField>
<name>RELATION_ID</name> <name>RELATION_ID</name>
...@@ -72,48 +71,6 @@ ...@@ -72,48 +71,6 @@
<description>This parameter is used for specifing a related &amp;quot;RELATIONID&amp;quot; to a COMM-entry. <description>This parameter is used for specifing a related &amp;quot;RELATIONID&amp;quot; to a COMM-entry.
Usually this is used for filtering COMM-entires by a specified contact or creating a new entry that is related to a contact.</description> Usually this is used for filtering COMM-entires by a specified contact or creating a new entry that is related to a contact.</description>
</entityParameter> </entityParameter>
<entityIncomingField>
<name>PersComm_dfi</name>
<fieldType>DEPENDENCY_IN</fieldType>
<dependencies>
<entityDependency>
<name>b509cb67-6306-4f74-8ce8-0385052a9611</name>
<entityName>Pers_entity</entityName>
<fieldName>PersComm_dfo</fieldName>
<isOutgoing v="false" />
</entityDependency>
<entityDependency>
<name>6bee4be4-34bd-47fc-a909-8e8bbf2f45f2</name>
<entityName>Pers_entity</entityName>
<fieldName>PersCommPhone_dfo</fieldName>
<isOutgoing v="false" />
</entityDependency>
<entityDependency>
<name>89ff88fa-029f-4b0d-a358-b7b310a6e72c</name>
<entityName>Pers_entity</entityName>
<fieldName>PersCommOthers_dfo</fieldName>
<isOutgoing v="false" />
</entityDependency>
<entityDependency>
<name>90c0436e-3a46-40ec-ae73-b4aaded95bbc</name>
<entityName>Pers_entity</entityName>
<fieldName>PersCommEmail_dfo</fieldName>
<isOutgoing v="false" />
</entityDependency>
</dependencies>
</entityIncomingField>
<entityIncomingField>
<name>OrgComm_dfi</name>
<fieldType>DEPENDENCY_IN</fieldType>
<dependencies>
<entityDependency>
<name>09723d40-72bc-4fcd-8283-fe085de73330</name>
<entityName>Org_entity</entityName>
<fieldName>OrgComm_dfo</fieldName>
<isOutgoing v="false" />
</entityDependency>
</dependencies>
</entityIncomingField>
<entityField> <entityField>
<name>IS_STANDARD</name> <name>IS_STANDARD</name>
<contentType>BOOLEAN</contentType> <contentType>BOOLEAN</contentType>
...@@ -127,6 +84,9 @@ Usually this is used for filtering COMM-entires by a specified contact or creati ...@@ -127,6 +84,9 @@ Usually this is used for filtering COMM-entires by a specified contact or creati
So, for only showing telephone-types you&amp;apos;ve to specify this parameter with it&amp;apos;s phone-number-category. So, for only showing telephone-types you&amp;apos;ve to specify this parameter with it&amp;apos;s phone-number-category.
</description> </description>
</entityParameter> </entityParameter>
<entityIncomingField>
<name>#INCOMING</name>
</entityIncomingField>
</entityFields> </entityFields>
<linkInformation> <linkInformation>
<linkInformation> <linkInformation>
......
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
<dependency> <dependency>
<name>dependency</name> <name>dependency</name>
<entityName>Comm_entity</entityName> <entityName>Comm_entity</entityName>
<fieldName>OrgComm_dfi</fieldName> <fieldName>#INCOMING</fieldName>
</dependency> </dependency>
<children> <children>
<entityParameter> <entityParameter>
......
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
<dependency> <dependency>
<name>dependency</name> <name>dependency</name>
<entityName>Comm_entity</entityName> <entityName>Comm_entity</entityName>
<fieldName>PersComm_dfi</fieldName> <fieldName>#INCOMING</fieldName>
</dependency> </dependency>
<children> <children>
<entityParameter> <entityParameter>
...@@ -290,7 +290,7 @@ ...@@ -290,7 +290,7 @@
<dependency> <dependency>
<name>dependency</name> <name>dependency</name>
<entityName>Comm_entity</entityName> <entityName>Comm_entity</entityName>
<fieldName>PersComm_dfi</fieldName> <fieldName>#INCOMING</fieldName>
</dependency> </dependency>
<children> <children>
<entityParameter> <entityParameter>
...@@ -310,7 +310,7 @@ ...@@ -310,7 +310,7 @@
<dependency> <dependency>
<name>dependency</name> <name>dependency</name>
<entityName>Comm_entity</entityName> <entityName>Comm_entity</entityName>
<fieldName>PersComm_dfi</fieldName> <fieldName>#INCOMING</fieldName>
</dependency> </dependency>
<children> <children>
<entityParameter> <entityParameter>
...@@ -330,7 +330,7 @@ ...@@ -330,7 +330,7 @@
<dependency> <dependency>
<name>dependency</name> <name>dependency</name>
<entityName>Comm_entity</entityName> <entityName>Comm_entity</entityName>
<fieldName>PersComm_dfi</fieldName> <fieldName>#INCOMING</fieldName>
</dependency> </dependency>
<children> <children>
<entityParameter> <entityParameter>
......
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