Skip to content
Snippets Groups Projects
Commit a0df434d authored by Dominik Lechner's avatar Dominik Lechner
Browse files

Bugfix in Communication-Entity - Lookup Email - Wrong value for ID when...

Bugfix in Communication-Entity - Lookup Email - Wrong value for ID when choosing a new Standard E-Mail in PERSON
parent e8e3af8c
No related branches found
No related tags found
No related merge requests found
<?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.3.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6">
<name>Communication_entity</name>
<description>former Comm</description>
<majorModelMode>DISTRIBUTED</majorModelMode>
<title>Communication</title>
<contentTitleProcess>%aditoprj%/entity/Communication_entity/contentTitleProcess.js</contentTitleProcess>
<recordContainer>db</recordContainer>
<entityFields>
<entityField>
<name>ADDR</name>
<title>${COMM_ADDRESS}</title>
<contentTypeProcess>%aditoprj%/entity/Communication_entity/entityfields/addr/contentTypeProcess.js</contentTypeProcess>
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/addr/valueProcess.js</valueProcess>
<onValueChange>%aditoprj%/entity/Communication_entity/entityfields/addr/onValueChange.js</onValueChange>
<onValueChangeTypes>
<element>MASK</element>
<element>PROCESS</element>
</onValueChangeTypes>
<onValidation>%aditoprj%/entity/Communication_entity/entityfields/addr/onValidation.js</onValidation>
</entityField>
<entityField>
<name>COMMUNICATIONID</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/communicationid/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>MEDIUM_ID</name>
<title>Medium</title>
<consumer>KeywordMediums</consumer>
<mandatory v="true" />
<displayValueProcess>%aditoprj%/entity/Communication_entity/entityfields/medium_id/displayValueProcess.js</displayValueProcess>
</entityField>
<entityField>
<name>CONTACT_ID</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/contact_id/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>STANDARD</name>
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/standard/valueProcess.js</valueProcess>
</entityField>
<entityParameter>
<name>ContactId_param</name>
<expose v="true" />
<description>This parameter is used for specifing a related "CONTACTID" to a COMMUNICATION-entry.
Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description>
</entityParameter>
<entityField>
<name>IS_STANDARD</name>
<contentType>BOOLEAN</contentType>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/is_standard/valueProcess.js</valueProcess>
</entityField>
<entityProvider>
<name>#PROVIDER</name>
<recordContainer>db</recordContainer>
</entityProvider>
<entityParameter>
<name>ContactsMainCountry_param</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/contactsmaincountry_param/valueProcess.js</valueProcess>
<mandatory v="false" />
<description>PARAMETER</description>
</entityParameter>
<entityProvider>
<name>AllCommunications</name>
<recordContainer>db</recordContainer>
<dependencies>
<entityDependency>
<name>070b2457-3766-4c8a-b43f-a2bf7c9ef638</name>
<entityName>Organisation_entity</entityName>
<fieldName>Communications</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>22dd8c4d-2081-4547-adbd-929868f23069</name>
<entityName>Person_entity</entityName>
<fieldName>Communications</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>a22c32e2-6d76-4e79-8c71-251ee381b22e</name>
<entityName>Contact_entity</entityName>
<fieldName>Communications</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
<children>
<entityParameter>
<name>CommCategory_param</name>
<expose v="true" />
<description>TODO: expose auf false. aktuell wird der Code nicht ausgeführt, wenn Expose false ist.</description>
</entityParameter>
<entityParameter>
<name>ContactId_param</name>
<expose v="true" />
<description>This parameter is used for specifing a related "CONTACTID" to a COMMUNICATION-entry.
Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description>
</entityParameter>
</children>
</entityProvider>
<entityProvider>
<name>PhoneCommunications</name>
<recordContainer>db</recordContainer>
<dependencies>
<entityDependency>
<name>7382242a-aa18-4a31-ab77-69a79f2b97b8</name>
<entityName>Organisation_entity</entityName>
<fieldName>PhoneCommunications</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>0eed17a6-443e-4469-a53b-3ce81440d7d0</name>
<entityName>Person_entity</entityName>
<fieldName>PhoneCommunications</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
<children>
<entityParameter>
<name>CommCategory_param</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/phonecommunications/children/commcategory_param/valueProcess.js</valueProcess>
<expose v="true" />
<description>TODO: expose auf false. aktuell wird der Code nicht ausgeführt, wenn Expose false ist.</description>
</entityParameter>
<entityParameter>
<name>ContactId_param</name>
<expose v="true" />
<description>This parameter is used for specifing a related "CONTACTID" to a COMMUNICATION-entry.
Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description>
</entityParameter>
</children>
</entityProvider>
<entityProvider>
<name>EmailCommunications</name>
<lookupIdfield>ADDR</lookupIdfield>
<recordContainer>db</recordContainer>
<dependencies>
<entityDependency>
<name>ecfbf518-fe92-4661-8ebe-e2d3c8d259e1</name>
<entityName>Organisation_entity</entityName>
<fieldName>EmailCommunications</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>f8cc4865-ab08-4540-bd02-2b2c92946c84</name>
<entityName>Person_entity</entityName>
<fieldName>EmailCommunications</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>b5ebddec-002b-40a5-a760-cedb78e94cfb</name>
<entityName>Email_entity</entityName>
<fieldName>EmailAddresses</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
<children>
<entityParameter>
<name>CommCategory_param</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/emailcommunications/children/commcategory_param/valueProcess.js</valueProcess>
<expose v="true" />
<description>TODO: expose auf false. aktuell wird der Code nicht ausgeführt, wenn Expose false ist.</description>
</entityParameter>
<entityParameter>
<name>ContactId_param</name>
<expose v="true" />
<description>This parameter is used for specifing a related "CONTACTID" to a COMMUNICATION-entry.
Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description>
</entityParameter>
</children>
</entityProvider>
<entityParameter>
<name>CommCategory_param</name>
<expose v="true" />
<mandatory v="true" />
</entityParameter>
<entityParameter>
<name>CommMediumIds_param</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/commmediumids_param/valueProcess.js</valueProcess>
<triggerRecalculation v="true" />
<description>PARAMETER</description>
</entityParameter>
<entityConsumer>
<name>KeywordMediums</name>
<dependency>
<name>dependency</name>
<entityName>KeywordEntry_entity</entityName>
<fieldName>SpecificContainerKeywords</fieldName>
</dependency>
<children>
<entityParameter>
<name>ContainerName_param</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/keywordmediums/children/containername_param/valueProcess.js</valueProcess>
<expose v="false" />
</entityParameter>
</children>
</entityConsumer>
<entityField>
<name>USER_NEW</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/user_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>USER_EDIT</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/user_edit/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>DATE_NEW</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/date_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>DATE_EDIT</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/date_edit/valueProcess.js</valueProcess>
</entityField>
</entityFields>
<recordContainers>
<dbRecordContainer>
<name>db</name>
<alias>Data_alias</alias>
<fromClauseProcess>%aditoprj%/entity/Communication_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess>
<conditionProcess>%aditoprj%/entity/Communication_entity/recordcontainers/db/conditionProcess.js</conditionProcess>
<orderClauseProcess>%aditoprj%/entity/Communication_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess>
<onDBInsert>%aditoprj%/entity/Communication_entity/recordcontainers/db/onDBInsert.js</onDBInsert>
<onDBUpdate>%aditoprj%/entity/Communication_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate>
<linkInformation>
<linkInformation>
<name>5f6cd42e-34d5-4a1c-b9f0-8c87bf914f22</name>
<tableName>COMMUNICATION</tableName>
<primaryKey>COMMUNICATIONID</primaryKey>
<isUIDTable v="true" />
<readonly v="false" />
</linkInformation>
<linkInformation>
<name>fd493a1b-3ff1-4e7e-8d21-0f9f28824e9e</name>
<tableName>AB_KEYWORD_ENTRY</tableName>
<primaryKey>AB_KEYWORD_ENTRYID</primaryKey>
<isUIDTable v="false" />
<readonly v="true" />
</linkInformation>
</linkInformation>
<recordFieldMappings>
<dbRecordFieldMapping>
<name>ADDR.value</name>
<recordfield>COMMUNICATION.ADDR</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>MEDIUM_ID.value</name>
<recordfield>COMMUNICATION.MEDIUM_ID</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>COMMUNICATIONID.value</name>
<recordfield>COMMUNICATION.COMMUNICATIONID</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>CONTACT_ID.value</name>
<recordfield>COMMUNICATION.CONTACT_ID</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>STANDARD.value</name>
<recordfield>COMMUNICATION.STANDARD</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>MEDIUM_ID.displayValue</name>
<expression>%aditoprj%/entity/Communication_entity/recordcontainers/db/recordfieldmappings/medium_id.displayvalue/expression.js</expression>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>USER_NEW.value</name>
<recordfield>COMMUNICATION.USER_NEW</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>USER_EDIT.value</name>
<recordfield>COMMUNICATION.USER_EDIT</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>DATE_NEW.value</name>
<recordfield>COMMUNICATION.DATE_NEW</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>DATE_EDIT.value</name>
<recordfield>COMMUNICATION.DATE_EDIT</recordfield>
</dbRecordFieldMapping>
</recordFieldMappings>
</dbRecordContainer>
</recordContainers>
</entity>
<?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.3.6" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.6">
<name>Communication_entity</name>
<description>former Comm</description>
<majorModelMode>DISTRIBUTED</majorModelMode>
<title>Communication</title>
<contentTitleProcess>%aditoprj%/entity/Communication_entity/contentTitleProcess.js</contentTitleProcess>
<recordContainer>db</recordContainer>
<entityFields>
<entityField>
<name>ADDR</name>
<title>${COMM_ADDRESS}</title>
<contentTypeProcess>%aditoprj%/entity/Communication_entity/entityfields/addr/contentTypeProcess.js</contentTypeProcess>
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/addr/valueProcess.js</valueProcess>
<onValueChange>%aditoprj%/entity/Communication_entity/entityfields/addr/onValueChange.js</onValueChange>
<onValueChangeTypes>
<element>MASK</element>
<element>PROCESS</element>
</onValueChangeTypes>
<onValidation>%aditoprj%/entity/Communication_entity/entityfields/addr/onValidation.js</onValidation>
</entityField>
<entityField>
<name>COMMUNICATIONID</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/communicationid/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>MEDIUM_ID</name>
<title>Medium</title>
<consumer>KeywordMediums</consumer>
<mandatory v="true" />
<displayValueProcess>%aditoprj%/entity/Communication_entity/entityfields/medium_id/displayValueProcess.js</displayValueProcess>
</entityField>
<entityField>
<name>CONTACT_ID</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/contact_id/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>STANDARD</name>
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/standard/valueProcess.js</valueProcess>
</entityField>
<entityParameter>
<name>ContactId_param</name>
<expose v="true" />
<description>This parameter is used for specifing a related "CONTACTID" to a COMMUNICATION-entry.
Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description>
</entityParameter>
<entityField>
<name>IS_STANDARD</name>
<contentType>BOOLEAN</contentType>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/is_standard/valueProcess.js</valueProcess>
</entityField>
<entityProvider>
<name>#PROVIDER</name>
<recordContainer>db</recordContainer>
</entityProvider>
<entityParameter>
<name>ContactsMainCountry_param</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/contactsmaincountry_param/valueProcess.js</valueProcess>
<mandatory v="false" />
<description>PARAMETER</description>
</entityParameter>
<entityProvider>
<name>AllCommunications</name>
<recordContainer>db</recordContainer>
<dependencies>
<entityDependency>
<name>070b2457-3766-4c8a-b43f-a2bf7c9ef638</name>
<entityName>Organisation_entity</entityName>
<fieldName>Communications</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>22dd8c4d-2081-4547-adbd-929868f23069</name>
<entityName>Person_entity</entityName>
<fieldName>Communications</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>a22c32e2-6d76-4e79-8c71-251ee381b22e</name>
<entityName>Contact_entity</entityName>
<fieldName>Communications</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
<children>
<entityParameter>
<name>CommCategory_param</name>
<expose v="true" />
<description>TODO: expose auf false. aktuell wird der Code nicht ausgeführt, wenn Expose false ist.</description>
</entityParameter>
<entityParameter>
<name>ContactId_param</name>
<expose v="true" />
<description>This parameter is used for specifing a related "CONTACTID" to a COMMUNICATION-entry.
Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description>
</entityParameter>
</children>
</entityProvider>
<entityProvider>
<name>PhoneCommunications</name>
<recordContainer>db</recordContainer>
<dependencies>
<entityDependency>
<name>7382242a-aa18-4a31-ab77-69a79f2b97b8</name>
<entityName>Organisation_entity</entityName>
<fieldName>PhoneCommunications</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>0eed17a6-443e-4469-a53b-3ce81440d7d0</name>
<entityName>Person_entity</entityName>
<fieldName>PhoneCommunications</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
<children>
<entityParameter>
<name>CommCategory_param</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/phonecommunications/children/commcategory_param/valueProcess.js</valueProcess>
<expose v="true" />
<description>TODO: expose auf false. aktuell wird der Code nicht ausgeführt, wenn Expose false ist.</description>
</entityParameter>
<entityParameter>
<name>ContactId_param</name>
<expose v="true" />
<description>This parameter is used for specifing a related "CONTACTID" to a COMMUNICATION-entry.
Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description>
</entityParameter>
</children>
</entityProvider>
<entityProvider>
<name>EmailCommunications</name>
<recordContainer>db</recordContainer>
<dependencies>
<entityDependency>
<name>ecfbf518-fe92-4661-8ebe-e2d3c8d259e1</name>
<entityName>Organisation_entity</entityName>
<fieldName>EmailCommunications</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>f8cc4865-ab08-4540-bd02-2b2c92946c84</name>
<entityName>Person_entity</entityName>
<fieldName>EmailCommunications</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>b5ebddec-002b-40a5-a760-cedb78e94cfb</name>
<entityName>Email_entity</entityName>
<fieldName>EmailAddresses</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
<children>
<entityParameter>
<name>CommCategory_param</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/emailcommunications/children/commcategory_param/valueProcess.js</valueProcess>
<expose v="true" />
<description>TODO: expose auf false. aktuell wird der Code nicht ausgeführt, wenn Expose false ist.</description>
</entityParameter>
<entityParameter>
<name>ContactId_param</name>
<expose v="true" />
<description>This parameter is used for specifing a related "CONTACTID" to a COMMUNICATION-entry.
Usually this is used for filtering COMMUNICATION-entries by a specified contact or creating a new entry that is related to a contact.</description>
</entityParameter>
</children>
</entityProvider>
<entityParameter>
<name>CommCategory_param</name>
<expose v="true" />
<mandatory v="true" />
</entityParameter>
<entityParameter>
<name>CommMediumIds_param</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/commmediumids_param/valueProcess.js</valueProcess>
<triggerRecalculation v="true" />
<description>PARAMETER</description>
</entityParameter>
<entityConsumer>
<name>KeywordMediums</name>
<dependency>
<name>dependency</name>
<entityName>KeywordEntry_entity</entityName>
<fieldName>SpecificContainerKeywords</fieldName>
</dependency>
<children>
<entityParameter>
<name>ContainerName_param</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/keywordmediums/children/containername_param/valueProcess.js</valueProcess>
<expose v="false" />
</entityParameter>
</children>
</entityConsumer>
<entityField>
<name>USER_NEW</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/user_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>USER_EDIT</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/user_edit/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>DATE_NEW</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/date_new/valueProcess.js</valueProcess>
</entityField>
<entityField>
<name>DATE_EDIT</name>
<valueProcess>%aditoprj%/entity/Communication_entity/entityfields/date_edit/valueProcess.js</valueProcess>
</entityField>
</entityFields>
<recordContainers>
<dbRecordContainer>
<name>db</name>
<alias>Data_alias</alias>
<fromClauseProcess>%aditoprj%/entity/Communication_entity/recordcontainers/db/fromClauseProcess.js</fromClauseProcess>
<conditionProcess>%aditoprj%/entity/Communication_entity/recordcontainers/db/conditionProcess.js</conditionProcess>
<orderClauseProcess>%aditoprj%/entity/Communication_entity/recordcontainers/db/orderClauseProcess.js</orderClauseProcess>
<onDBInsert>%aditoprj%/entity/Communication_entity/recordcontainers/db/onDBInsert.js</onDBInsert>
<onDBUpdate>%aditoprj%/entity/Communication_entity/recordcontainers/db/onDBUpdate.js</onDBUpdate>
<linkInformation>
<linkInformation>
<name>5f6cd42e-34d5-4a1c-b9f0-8c87bf914f22</name>
<tableName>COMMUNICATION</tableName>
<primaryKey>COMMUNICATIONID</primaryKey>
<isUIDTable v="true" />
<readonly v="false" />
</linkInformation>
<linkInformation>
<name>fd493a1b-3ff1-4e7e-8d21-0f9f28824e9e</name>
<tableName>AB_KEYWORD_ENTRY</tableName>
<primaryKey>AB_KEYWORD_ENTRYID</primaryKey>
<isUIDTable v="false" />
<readonly v="true" />
</linkInformation>
</linkInformation>
<recordFieldMappings>
<dbRecordFieldMapping>
<name>ADDR.value</name>
<recordfield>COMMUNICATION.ADDR</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>MEDIUM_ID.value</name>
<recordfield>COMMUNICATION.MEDIUM_ID</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>COMMUNICATIONID.value</name>
<recordfield>COMMUNICATION.COMMUNICATIONID</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>CONTACT_ID.value</name>
<recordfield>COMMUNICATION.CONTACT_ID</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>STANDARD.value</name>
<recordfield>COMMUNICATION.STANDARD</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>MEDIUM_ID.displayValue</name>
<expression>%aditoprj%/entity/Communication_entity/recordcontainers/db/recordfieldmappings/medium_id.displayvalue/expression.js</expression>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>USER_NEW.value</name>
<recordfield>COMMUNICATION.USER_NEW</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>USER_EDIT.value</name>
<recordfield>COMMUNICATION.USER_EDIT</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>DATE_NEW.value</name>
<recordfield>COMMUNICATION.DATE_NEW</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>DATE_EDIT.value</name>
<recordfield>COMMUNICATION.DATE_EDIT</recordfield>
</dbRecordFieldMapping>
</recordFieldMappings>
</dbRecordContainer>
</recordContainers>
</entity>
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