Skip to content
Snippets Groups Projects
Commit 3cd3daea authored by Alexander Niebisch's avatar Alexander Niebisch :coffee:
Browse files

Merge branch 'IndexGroupRefactoring' into 'master'

#1041342 Refactoring IndexRecordField-Properties

See merge request xrm/basic!56
parents 2ffa367b 31fa082c
No related branches found
No related tags found
No related merge requests found
...@@ -316,9 +316,8 @@ Usually this is used for filtering COMMUNICATION-entries by a specified contact ...@@ -316,9 +316,8 @@ Usually this is used for filtering COMMUNICATION-entries by a specified contact
<indexFieldMappings> <indexFieldMappings>
<indexRecordFieldMapping> <indexRecordFieldMapping>
<name>ADDR.value</name> <name>ADDR.value</name>
<indexFieldType>COMM</indexFieldType> <indexFieldType>COMMUNICATION</indexFieldType>
<isMultiValued v="true" /> <isMultiValued v="true" />
<dbColumn>ADDR</dbColumn>
</indexRecordFieldMapping> </indexRecordFieldMapping>
</indexFieldMappings> </indexFieldMappings>
</indexRecordContainer> </indexRecordContainer>
......
...@@ -1091,7 +1091,7 @@ ...@@ -1091,7 +1091,7 @@
</indexRecordFieldMapping> </indexRecordFieldMapping>
<indexRecordFieldMapping> <indexRecordFieldMapping>
<name>STANDARD_EMAIL_COMMUNICATION.value</name> <name>STANDARD_EMAIL_COMMUNICATION.value</name>
<indexFieldType>COMM</indexFieldType> <indexFieldType>EMAIL</indexFieldType>
<additionalFieldNameAliases> <additionalFieldNameAliases>
<element>addr</element> <element>addr</element>
</additionalFieldNameAliases> </additionalFieldNameAliases>
...@@ -1099,7 +1099,7 @@ ...@@ -1099,7 +1099,7 @@
</indexRecordFieldMapping> </indexRecordFieldMapping>
<indexRecordFieldMapping> <indexRecordFieldMapping>
<name>STANDARD_PHONE_COMMUNICATION.value</name> <name>STANDARD_PHONE_COMMUNICATION.value</name>
<indexFieldType>COMM</indexFieldType> <indexFieldType>TELEPHONE</indexFieldType>
<additionalFieldNameAliases> <additionalFieldNameAliases>
<element>addr</element> <element>addr</element>
</additionalFieldNameAliases> </additionalFieldNameAliases>
...@@ -1110,7 +1110,7 @@ ...@@ -1110,7 +1110,7 @@
</indexRecordFieldMapping> </indexRecordFieldMapping>
<indexRecordFieldMapping> <indexRecordFieldMapping>
<name>CUSTOMERCODE.value</name> <name>CUSTOMERCODE.value</name>
<indexFieldType>TEXT_NOSTOPWORDS</indexFieldType> <indexFieldType>TEXT_PLAIN</indexFieldType>
<additionalFieldNameAliases /> <additionalFieldNameAliases />
</indexRecordFieldMapping> </indexRecordFieldMapping>
</indexFieldMappings> </indexFieldMappings>
......
...@@ -1163,21 +1163,21 @@ Usually this is used for filtering COMMUNICATION-entries by a specified contact ...@@ -1163,21 +1163,21 @@ Usually this is used for filtering COMMUNICATION-entries by a specified contact
<indexFieldMappings> <indexFieldMappings>
<indexRecordFieldMapping> <indexRecordFieldMapping>
<name>FIRSTNAME.value</name> <name>FIRSTNAME.value</name>
<indexFieldType>PERS_NAME</indexFieldType> <indexFieldType>PHONETIC_NAME</indexFieldType>
<isKeyword v="true" /> <isKeyword v="true" />
</indexRecordFieldMapping> </indexRecordFieldMapping>
<indexRecordFieldMapping> <indexRecordFieldMapping>
<name>LASTNAME.value</name> <name>LASTNAME.value</name>
<indexFieldType>PERS_NAME</indexFieldType> <indexFieldType>PHONETIC_NAME</indexFieldType>
<isKeyword v="true" /> <isKeyword v="true" />
</indexRecordFieldMapping> </indexRecordFieldMapping>
<indexRecordFieldMapping> <indexRecordFieldMapping>
<name>SALUTATION.value</name> <name>SALUTATION.value</name>
<indexFieldType>PERS_NAME</indexFieldType> <indexFieldType>PHONETIC_NAME</indexFieldType>
</indexRecordFieldMapping> </indexRecordFieldMapping>
<indexRecordFieldMapping> <indexRecordFieldMapping>
<name>TITLE.value</name> <name>TITLE.value</name>
<indexFieldType>PERS_NAME</indexFieldType> <indexFieldType>PHONETIC_NAME</indexFieldType>
</indexRecordFieldMapping> </indexRecordFieldMapping>
<indexRecordFieldMapping> <indexRecordFieldMapping>
<name>ORGANISATION_ID.value</name> <name>ORGANISATION_ID.value</name>
...@@ -1197,7 +1197,7 @@ Usually this is used for filtering COMMUNICATION-entries by a specified contact ...@@ -1197,7 +1197,7 @@ Usually this is used for filtering COMMUNICATION-entries by a specified contact
</indexRecordFieldMapping> </indexRecordFieldMapping>
<indexRecordFieldMapping> <indexRecordFieldMapping>
<name>STANDARD_EMAIL_COMMUNICATION.value</name> <name>STANDARD_EMAIL_COMMUNICATION.value</name>
<indexFieldType>COMM</indexFieldType> <indexFieldType>EMAIL</indexFieldType>
<additionalFieldNameAliases> <additionalFieldNameAliases>
<element>addr</element> <element>addr</element>
</additionalFieldNameAliases> </additionalFieldNameAliases>
...@@ -1205,7 +1205,7 @@ Usually this is used for filtering COMMUNICATION-entries by a specified contact ...@@ -1205,7 +1205,7 @@ Usually this is used for filtering COMMUNICATION-entries by a specified contact
</indexRecordFieldMapping> </indexRecordFieldMapping>
<indexRecordFieldMapping> <indexRecordFieldMapping>
<name>STANDARD_PHONE_COMMUNICATION.value</name> <name>STANDARD_PHONE_COMMUNICATION.value</name>
<indexFieldType>COMM</indexFieldType> <indexFieldType>TELEPHONE</indexFieldType>
<additionalFieldNameAliases> <additionalFieldNameAliases>
<element>addr</element> <element>addr</element>
</additionalFieldNameAliases> </additionalFieldNameAliases>
......
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