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

COMM -> COMMUNICATION

parent 2018c09a
No related branches found
No related tags found
No related merge requests found
Showing
with 46 additions and 46 deletions
......@@ -376,16 +376,16 @@
<iconId>VAADIN:CART</iconId>
</entityActionField>
<entityField>
<name>STANDARD_EMAIL_COMM</name>
<name>STANDARD_EMAIL_COMMUNICATION</name>
<title>E-Mail</title>
<consumer>EmailCommunications</consumer>
<onValueChange>%aditoprj%/entity/Contact_entity/entityfields/standard_email_comm/onValueChange.js</onValueChange>
<onValueChange>%aditoprj%/entity/Contact_entity/entityfields/standard_email_communication/onValueChange.js</onValueChange>
</entityField>
<entityField>
<name>STANDARD_PHONE_COMM</name>
<name>STANDARD_PHONE_COMMUNICATION</name>
<title>Phone</title>
<consumer>PhoneCommunications</consumer>
<onValueChange>%aditoprj%/entity/Contact_entity/entityfields/standard_phone_comm/onValueChange.js</onValueChange>
<onValueChange>%aditoprj%/entity/Contact_entity/entityfields/standard_phone_communication/onValueChange.js</onValueChange>
</entityField>
<entityConsumer>
<name>PhoneCommunications</name>
......@@ -557,14 +557,14 @@
<recordfield>RELATION.RELATIONSHIP</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>STANDARD_EMAIL_COMM.displayValue</name>
<name>STANDARD_EMAIL_COMMUNICATION.displayValue</name>
<recordfield></recordfield>
<expression>%aditoprj%/entity/Contact_entity/recordcontainers/db/recordfieldmappings/standard_email_comm.displayvalue/expression.js</expression>
<expression>%aditoprj%/entity/Contact_entity/recordcontainers/db/recordfieldmappings/standard_email_communication.displayvalue/expression.js</expression>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>STANDARD_PHONE_COMM.displayValue</name>
<name>STANDARD_PHONE_COMMUNICATION.displayValue</name>
<recordfield></recordfield>
<expression>%aditoprj%/entity/Contact_entity/recordcontainers/db/recordfieldmappings/standard_phone_comm.displayvalue/expression.js</expression>
<expression>%aditoprj%/entity/Contact_entity/recordcontainers/db/recordfieldmappings/standard_phone_communication.displayvalue/expression.js</expression>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>ADDRESS_ID.value</name>
......
import("Entity_lib");
// TODO: also there is currently no good way to do updates with fields not connected to the record container. Workaround: imagevariable and update in onDBUpdate Process
FieldChanges.setChange("$field.STANDARD_EMAIL_COMM");
\ No newline at end of file
FieldChanges.setChange("$field.STANDARD_EMAIL_COMMUNICATION");
\ No newline at end of file
import("Entity_lib");
// TODO: also there is currently no good way to do updates with fields not connected to the record container. Workaround: imagevariable and update in onDBUpdate Process
FieldChanges.setChange("$field.STANDARD_PHONE_COMM");
\ No newline at end of file
FieldChanges.setChange("$field.STANDARD_PHONE_COMMUNICATION");
\ No newline at end of file
......@@ -13,10 +13,10 @@ FieldChanges.assimilateChangeAndDispose("$field.IMAGE", function(state, value){
var uid = vars.get("$sys.uid");
FieldChanges.assimilateChangeAndDispose("$field.STANDARD_EMAIL_COMM", function(state, value){
FieldChanges.assimilateChangeAndDispose("$field.STANDARD_EMAIL_COMMUNICATION", function(state, value){
CommUtil.setStandardMail(uid, value);
});
FieldChanges.assimilateChangeAndDispose("$field.STANDARD_PHONE_COMM", function(state, value){
FieldChanges.assimilateChangeAndDispose("$field.STANDARD_PHONE_COMMUNICATION", function(state, value){
CommUtil.setStandardPhone(uid, value);
});
......@@ -316,10 +316,10 @@ Usually this is used for filtering COMMUNICATION-entires by a specified contact
<searchable v="false" />
</entityField>
<entityField>
<name>STANDARD_EMAIL_COMM</name>
<name>STANDARD_EMAIL_COMMUNICATION</name>
<title>standard email</title>
<consumer>EmailCommunications</consumer>
<onValueChange>%aditoprj%/entity/Organisation_entity/entityfields/standard_email_comm/onValueChange.js</onValueChange>
<onValueChange>%aditoprj%/entity/Organisation_entity/entityfields/standard_email_communication/onValueChange.js</onValueChange>
<onValueChangeTypes>
<element>MASK</element>
<element>PROCESS</element>
......@@ -327,10 +327,10 @@ Usually this is used for filtering COMMUNICATION-entires by a specified contact
</onValueChangeTypes>
</entityField>
<entityField>
<name>STANDARD_PHONE_COMM</name>
<name>STANDARD_PHONE_COMMUNICATION</name>
<title>standard phone</title>
<consumer>PhoneCommunications</consumer>
<onValueChange>%aditoprj%/entity/Organisation_entity/entityfields/standard_phone_comm/onValueChange.js</onValueChange>
<onValueChange>%aditoprj%/entity/Organisation_entity/entityfields/standard_phone_communication/onValueChange.js</onValueChange>
</entityField>
<entityConsumer>
<name>PhoneCommunications</name>
......@@ -535,14 +535,14 @@ Usually this is used for filtering COMMUNICATION-entires by a specified contact
<recordfield>ORGANISATION.WEAKNESS</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>STANDARD_EMAIL_COMM.displayValue</name>
<name>STANDARD_EMAIL_COMMUNICATION.displayValue</name>
<recordfield></recordfield>
<expression>%aditoprj%/entity/Organisation_entity/recordcontainers/db/recordfieldmappings/standard_email_comm.displayvalue/expression.js</expression>
<expression>%aditoprj%/entity/Organisation_entity/recordcontainers/db/recordfieldmappings/standard_email_communication.displayvalue/expression.js</expression>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>STANDARD_PHONE_COMM.displayValue</name>
<name>STANDARD_PHONE_COMMUNICATION.displayValue</name>
<recordfield></recordfield>
<expression>%aditoprj%/entity/Organisation_entity/recordcontainers/db/recordfieldmappings/standard_phone_comm.displayvalue/expression.js</expression>
<expression>%aditoprj%/entity/Organisation_entity/recordcontainers/db/recordfieldmappings/standard_phone_communication.displayvalue/expression.js</expression>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>STATUS.displayValue</name>
......
import("Entity_lib");
// TODO: also there is currently no good way to do updates with fields not connected to the record container. Workaround: imagevariable and update in onDBUpdate Process
FieldChanges.setChange("$field.STANDARD_EMAIL_COMM");
\ No newline at end of file
FieldChanges.setChange("$field.STANDARD_EMAIL_COMMUNICATION");
\ No newline at end of file
import("Entity_lib");
// TODO: also there is currently no good way to do updates with fields not connected to the record container. Workaround: imagevariable and update in onDBUpdate Process
FieldChanges.setChange("$field.STANDARD_PHONE_COMM");
\ No newline at end of file
FieldChanges.setChange("$field.STANDARD_PHONE_COMMUNICATION");
\ No newline at end of file
......@@ -13,10 +13,10 @@ FieldChanges.assimilateChangeAndDispose("$field.IMAGE", function(state, value){
var uid = vars.get("$sys.uid");
FieldChanges.assimilateChangeAndDispose("$field.STANDARD_EMAIL_COMM", function(state, value){
FieldChanges.assimilateChangeAndDispose("$field.STANDARD_EMAIL_COMMUNICATION", function(state, value){
CommUtil.setStandardMail(uid, value);
});
FieldChanges.assimilateChangeAndDispose("$field.STANDARD_PHONE_COMM", function(state, value){
FieldChanges.assimilateChangeAndDispose("$field.STANDARD_PHONE_COMMUNICATION", function(state, value){
CommUtil.setStandardPhone(uid, value);
});
......@@ -138,11 +138,11 @@ See RelationUtils.getRelationTypeByPersOrg for possible values</description>
</children>
</entityConsumer>
<entityField>
<name>STANDARD_EMAIL_COMM</name>
<name>STANDARD_EMAIL_COMMUNICATION</name>
<title>standard email</title>
</entityField>
<entityField>
<name>STANDARD_PHONE_COMM</name>
<name>STANDARD_PHONE_COMMUNICATION</name>
<title>Phone</title>
</entityField>
<entityField>
......@@ -223,12 +223,12 @@ See RelationUtils.getRelationTypeByPersOrg for possible values</description>
<recordfield>PERS.LASTNAME</recordfield>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>STANDARD_EMAIL_COMM.value</name>
<expression>%aditoprj%/entity/Relation_entity/recordcontainers/db/recordfieldmappings/standard_email_comm.value/expression.js</expression>
<name>STANDARD_EMAIL_COMMUNICATION.value</name>
<expression>%aditoprj%/entity/Relation_entity/recordcontainers/db/recordfieldmappings/standard_email_communication.value/expression.js</expression>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>STANDARD_PHONE_COMM.value</name>
<expression>%aditoprj%/entity/Relation_entity/recordcontainers/db/recordfieldmappings/standard_phone_comm.value/expression.js</expression>
<name>STANDARD_PHONE_COMMUNICATION.value</name>
<expression>%aditoprj%/entity/Relation_entity/recordcontainers/db/recordfieldmappings/standard_phone_communication.value/expression.js</expression>
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>RELATIONSHIP.value</name>
......
......@@ -19,11 +19,11 @@
</entityFieldLink>
<entityFieldLink>
<name>b3451cde-029d-4339-8b07-8549c06b6796</name>
<entityField>STANDARD_EMAIL_COMM</entityField>
<entityField>STANDARD_EMAIL_COMMUNICATION</entityField>
</entityFieldLink>
<entityFieldLink>
<name>ca07d91a-a673-438a-8590-874392993efb</name>
<entityField>STANDARD_PHONE_COMM</entityField>
<entityField>STANDARD_PHONE_COMMUNICATION</entityField>
</entityFieldLink>
</fields>
</genericViewTemplate>
......
......@@ -63,11 +63,11 @@
</neonTableColumn>
<neonTableColumn>
<name>0a4cc9be-3946-4863-b3a6-a798ff801c83</name>
<entityField>STANDARD_EMAIL_COMM</entityField>
<entityField>STANDARD_EMAIL_COMMUNICATION</entityField>
</neonTableColumn>
<neonTableColumn>
<name>1b99eaf7-7ce7-4b7d-bb71-f21e6cae4417</name>
<entityField>STANDARD_PHONE_COMM</entityField>
<entityField>STANDARD_PHONE_COMMUNICATION</entityField>
</neonTableColumn>
</columns>
</tableViewTemplate>
......
......@@ -26,11 +26,11 @@
</neonTableColumn>
<neonTableColumn>
<name>768f2294-2c4e-4c71-9992-ee9cea299041</name>
<entityField>STANDARD_PHONE_COMM</entityField>
<entityField>STANDARD_PHONE_COMMUNICATION</entityField>
</neonTableColumn>
<neonTableColumn>
<name>eb778e57-1f2d-436e-b22a-e92f7a190606</name>
<entityField>STANDARD_EMAIL_COMM</entityField>
<entityField>STANDARD_EMAIL_COMMUNICATION</entityField>
</neonTableColumn>
</columns>
</tableViewTemplate>
......
......@@ -34,11 +34,11 @@
</neonTableColumn>
<neonTableColumn>
<name>38e8ea31-060d-4a4c-aa70-a6752019dcff</name>
<entityField>STANDARD_EMAIL_COMM</entityField>
<entityField>STANDARD_EMAIL_COMMUNICATION</entityField>
</neonTableColumn>
<neonTableColumn>
<name>60cb743a-7a1f-4faa-92d6-780bd2ad0564</name>
<entityField>STANDARD_PHONE_COMM</entityField>
<entityField>STANDARD_PHONE_COMMUNICATION</entityField>
</neonTableColumn>
</columns>
</tableViewTemplate>
......
......@@ -19,11 +19,11 @@
</entityFieldLink>
<entityFieldLink>
<name>8fac75ad-cde5-411c-b0ad-744b5aab0c5d</name>
<entityField>STANDARD_EMAIL_COMM</entityField>
<entityField>STANDARD_EMAIL_COMMUNICATION</entityField>
</entityFieldLink>
<entityFieldLink>
<name>48722352-b85f-47d4-a6b1-dc87f9e9e6fc</name>
<entityField>STANDARD_PHONE_COMM</entityField>
<entityField>STANDARD_PHONE_COMMUNICATION</entityField>
</entityFieldLink>
</fields>
</genericViewTemplate>
......
......@@ -57,11 +57,11 @@
</neonTableColumn>
<neonTableColumn>
<name>2a82ed1e-05bf-408a-82e0-4de6195dad49</name>
<entityField>STANDARD_EMAIL_COMM</entityField>
<entityField>STANDARD_EMAIL_COMMUNICATION</entityField>
</neonTableColumn>
<neonTableColumn>
<name>213d7434-cac6-42d8-aa3a-d893dc77b7b3</name>
<entityField>STANDARD_PHONE_COMM</entityField>
<entityField>STANDARD_PHONE_COMMUNICATION</entityField>
</neonTableColumn>
</columns>
</tableViewTemplate>
......
......@@ -22,11 +22,11 @@
</neonTableColumn>
<neonTableColumn>
<name>61a8f2be-98d3-4bfc-84c2-35b60aa0e2d6</name>
<entityField>STANDARD_PHONE_COMM</entityField>
<entityField>STANDARD_PHONE_COMMUNICATION</entityField>
</neonTableColumn>
<neonTableColumn>
<name>44f2a229-3288-448e-9f74-b29751ab3c49</name>
<entityField>STANDARD_EMAIL_COMM</entityField>
<entityField>STANDARD_EMAIL_COMMUNICATION</entityField>
</neonTableColumn>
</columns>
</tableViewTemplate>
......
......@@ -32,11 +32,11 @@
</neonTableColumn>
<neonTableColumn>
<name>2ee5838b-e0ff-4f21-bf57-e41d0766fdec</name>
<entityField>STANDARD_PHONE_COMM</entityField>
<entityField>STANDARD_PHONE_COMMUNICATION</entityField>
</neonTableColumn>
<neonTableColumn>
<name>16174be3-c8fb-46a8-8f73-f6b8d8fad963</name>
<entityField>STANDARD_EMAIL_COMM</entityField>
<entityField>STANDARD_EMAIL_COMMUNICATION</entityField>
</neonTableColumn>
</columns>
</tableViewTemplate>
......
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