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

refactor entity names

    :Org_entity
    :Pers_entity
    :Comm_entity
parent ed5a6679
No related branches found
No related tags found
No related merge requests found
Showing
with 35 additions and 35 deletions
......@@ -246,13 +246,13 @@
</entityDependency>
<entityDependency>
<name>49a91b21-f24e-45c6-9b2c-5bb15d808d43</name>
<entityName>Org_entity</entityName>
<entityName>Organisation_entity</entityName>
<fieldName>Activities</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>6461d7f4-182f-4e5c-9453-49c145e15476</name>
<entityName>Pers_entity</entityName>
<entityName>Contact_entity</entityName>
<fieldName>Activities</fieldName>
<isConsumer v="false" />
</entityDependency>
......
Provides records via ActivityLinks.
Every Activity can have 0..n link-records. This provider can be used to retrieve Activity Records from another object that is linkable.(e.g. list all Activites of a contactperson)
\ No newline at end of file
Every Activity can have 0..n link-records. This provider can be used to retrieve Activity Records from another object that is linkable.(e.g. get all Activites of a specific contactperson)
\ No newline at end of file
......@@ -91,7 +91,7 @@
<dependencies>
<entityDependency>
<name>b484b43c-16f6-4875-9787-f0813dd200cb</name>
<entityName>Org_entity</entityName>
<entityName>Organisation_entity</entityName>
<fieldName>Addresses</fieldName>
<isConsumer v="false" />
</entityDependency>
......@@ -109,7 +109,7 @@
<dependencies>
<entityDependency>
<name>efdb2f19-ab41-4f49-941a-843610e2b31b</name>
<entityName>Pers_entity</entityName>
<entityName>Contact_entity</entityName>
<fieldName>PersAddresses</fieldName>
<isConsumer v="false" />
</entityDependency>
......@@ -135,7 +135,7 @@
<dependencies>
<entityDependency>
<name>388f6ad3-b817-4dc0-a5d5-a41eec485357</name>
<entityName>Pers_entity</entityName>
<entityName>Contact_entity</entityName>
<fieldName>OrgAddresses</fieldName>
<isConsumer v="false" />
</entityDependency>
......
......@@ -59,7 +59,7 @@
<dependencies>
<entityDependency>
<name>2226c7fc-45d4-45e8-a5d3-a5e13dff4b59</name>
<entityName>Org_entity</entityName>
<entityName>Organisation_entity</entityName>
<fieldName>Attributes</fieldName>
<isConsumer v="false" />
</entityDependency>
......
<?xml version="1.0" encoding="UTF-8"?>
<entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.2.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.2.0">
<name>Comm_entity</name>
<name>Communication_entity</name>
<title>Communication</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<titleProcess>%aditoprj%/entity/Comm_entity/titleProcess.js</titleProcess>
<titleProcess>%aditoprj%/entity/Communication_entity/titleProcess.js</titleProcess>
<recordContainer>db</recordContainer>
<entityFields>
<entityField>
<name>ADDR</name>
<title>${COMM_ADDRESS}</title>
<contentTypeProcess>%aditoprj%/entity/Comm_entity/entityfields/addr/contentTypeProcess.js</contentTypeProcess>
<contentTypeProcess>%aditoprj%/entity/Communication_entity/entityfields/addr/contentTypeProcess.js</contentTypeProcess>
<mandatory v="true" />
<onValidation>%aditoprj%/entity/Comm_entity/entityfields/addr/onValidation.js</onValidation>
<onValidation>%aditoprj%/entity/Communication_entity/entityfields/addr/onValidation.js</onValidation>
</entityField>
<entityField>
<name>COMMID</name>
<valueProcess>%aditoprj%/entity/Comm_entity/entityfields/commid/valueProcess.js</valueProcess>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/commid/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>DATE_EDIT</name>
......@@ -23,21 +23,21 @@
<entityField>
<name>DATE_NEW</name>
<state>READONLY</state>
<valueProcess>%aditoprj%/entity/Comm_entity/entityfields/date_new/valueProcess.js</valueProcess>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/date_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>MEDIUM_ID</name>
<title>Medium</title>
<mandatory v="true" />
<possibleItemsProcess>%aditoprj%/entity/Comm_entity/entityfields/medium_id/possibleItemsProcess.js</possibleItemsProcess>
<possibleItemsProcess>%aditoprj%/entity/Communication_entity/entityfields/medium_id/possibleItemsProcess.js</possibleItemsProcess>
</entityField>
<entityField>
<name>RELATION_ID</name>
<valueProcess>%aditoprj%/entity/Comm_entity/entityfields/relation_id/valueProcess.js</valueProcess>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/relation_id/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>STANDARD</name>
<valueProcess>%aditoprj%/entity/Comm_entity/entityfields/standard/valueProcess.js</valueProcess>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/standard/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>USER_EDIT</name>
......@@ -45,7 +45,7 @@
<entityField>
<name>USER_NEW</name>
<state>READONLY</state>
<valueProcess>%aditoprj%/entity/Comm_entity/entityfields/user_new/valueProcess.js</valueProcess>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/user_new/valueProcess.js</valueProcess>
</entityField>
<entityParameter>
<name>RelId_param</name>
......@@ -56,7 +56,7 @@ Usually this is used for filtering COMM-entires by a specified contact or creati
<entityField>
<name>IS_STANDARD</name>
<contentType>BOOLEAN</contentType>
<valueProcess>%aditoprj%/entity/Comm_entity/entityfields/is_standard/valueProcess.js</valueProcess>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/is_standard/valueProcess.js</valueProcess>
</entityField>
<entityProvider>
<name>#PROVIDER</name>
......@@ -64,7 +64,7 @@ Usually this is used for filtering COMM-entires by a specified contact or creati
</entityProvider>
<entityParameter>
<name>RelationsMainCountry_param</name>
<code>%aditoprj%/entity/Comm_entity/entityfields/relationsmaincountry_param/code.js</code>
<code>%aditoprj%/entity/Communication_entity/entityfields/relationsmaincountry_param/code.js</code>
<mandatory v="false" />
<description>PARAMETER</description>
</entityParameter>
......@@ -75,7 +75,7 @@ Usually this is used for filtering COMM-entires by a specified contact or creati
<dependencies>
<entityDependency>
<name>070b2457-3766-4c8a-b43f-a2bf7c9ef638</name>
<entityName>Org_entity</entityName>
<entityName>Organisation_entity</entityName>
<fieldName>Communications</fieldName>
<isConsumer v="false" />
</entityDependency>
......@@ -88,7 +88,7 @@ Usually this is used for filtering COMM-entires by a specified contact or creati
<dependencies>
<entityDependency>
<name>e54350c7-b9a6-4f7a-ac35-506922f3964b</name>
<entityName>Pers_entity</entityName>
<entityName>Contact_entity</entityName>
<fieldName>Communications</fieldName>
<isConsumer v="false" />
</entityDependency>
......@@ -101,7 +101,7 @@ Usually this is used for filtering COMM-entires by a specified contact or creati
<dependencies>
<entityDependency>
<name>7382242a-aa18-4a31-ab77-69a79f2b97b8</name>
<entityName>Org_entity</entityName>
<entityName>Organisation_entity</entityName>
<fieldName>PhoneCommunications</fieldName>
<isConsumer v="false" />
</entityDependency>
......@@ -114,7 +114,7 @@ Usually this is used for filtering COMM-entires by a specified contact or creati
<dependencies>
<entityDependency>
<name>ecfbf518-fe92-4661-8ebe-e2d3c8d259e1</name>
<entityName>Org_entity</entityName>
<entityName>Organisation_entity</entityName>
<fieldName>EmailCommunications</fieldName>
<isConsumer v="false" />
</entityDependency>
......@@ -126,7 +126,7 @@ Usually this is used for filtering COMM-entires by a specified contact or creati
<dependencies>
<entityDependency>
<name>2d615521-e9b9-463f-8e09-b5749b5484ff</name>
<entityName>Pers_entity</entityName>
<entityName>Contact_entity</entityName>
<fieldName>PhoneCommunications</fieldName>
<isConsumer v="false" />
</entityDependency>
......@@ -138,7 +138,7 @@ Usually this is used for filtering COMM-entires by a specified contact or creati
<dependencies>
<entityDependency>
<name>b1cc8f6a-e3c1-4d52-9fae-cf254ced5211</name>
<entityName>Pers_entity</entityName>
<entityName>Contact_entity</entityName>
<fieldName>EmailCommunications</fieldName>
<isConsumer v="false" />
</entityDependency>
......@@ -152,7 +152,7 @@ Usually this is used for filtering COMM-entires by a specified contact or creati
</entityParameter>
<entityParameter>
<name>CommMediumIds_param</name>
<code>%aditoprj%/entity/Comm_entity/entityfields/commmediumids_param/code.js</code>
<code>%aditoprj%/entity/Communication_entity/entityfields/commmediumids_param/code.js</code>
<triggerRecalculation v="true" />
<mandatory v="false" />
<description>PARAMETER</description>
......@@ -188,8 +188,8 @@ Usually this is used for filtering COMM-entires by a specified contact or creati
<dbRecordContainer>
<name>db</name>
<alias>Data_alias</alias>
<conditionProcess>%aditoprj%/entity/Comm_entity/recordcontainers/db/conditionProcess.js</conditionProcess>
<orderClauseProcess>%aditoprj%/entity/Comm_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess>
<conditionProcess>%aditoprj%/entity/Communication_entity/recordcontainers/db/conditionProcess.js</conditionProcess>
<orderClauseProcess>%aditoprj%/entity/Communication_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess>
<linkInformation>
<linkInformation>
<name>e3567770-187a-4366-bb87-fb22ff7ff257</name>
......
import("system.text");
import("system.vars");
import("system.result");
import("Keyword_lib");
var items = KeywordUtils.getStandardArray("COMM.MEDIUM");
result.object(items);
import("system.text");
import("system.vars");
import("system.result");
import("Keyword_lib");
var items = KeywordUtils.getStandardArray("COMM.MEDIUM");
result.object(items);
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