Elements and Sections in the Concatenated Fields XML Output File

The following table describes the elements and sections in the concatenated fields XML output file.

Table Elements and Sections in the Concatenated Fields XML File

Description Element or Section

<ObjectName> contains the system name of the record type (object), which never changes.

<data:ObjectName>Account</data:ObjectName>

The <ListOfConcatenatedFields> section contains details of the concatenated fields.

<data:ListOfConcatenatedFields>
. . .
</data:ListOfConcatenatedFields

The <ConcatenatedField> section contains details of one concatenated field.

<data:ConcatenatedField>
. . .
</data:ConcatenatedField>

<Name> contains the system name of the concatenated field.

<data:ConcatenatedField>
  <data:Name>ConcatenatedField</data:Name>
. . .
</data:ConcatenatedField>

<IntegrationTag> contains the custom language-independent integration tag for the concatenated field.

<data:ConcatenatedField>
  <data:IntegrationTag>MyConcatenatedField
  </data:IntegrationTag>
. . .
</data:ConcatenatedField>

<DisplayText> contains the specification for the content of the concatenated field.

<data:ConcatenatedField>
  <data:DisplayText>MyDisplayText</data:DisplayText>
. . .
</data:ConcatenatedField>

The <ListOfConcatenatedFieldTranslations> section contains the translation values for the concatenated field.

<data:ConcatenatedField>
  <data:ListOfConcatenatedFieldTranslations>
. . .
  </data:ListOfConcatenatedFieldTranslations>
. . .
</data:ConcatenatedField>

The <ConcatenatedFieldTranslation> section contains the translation values for one language.

  • <DisplayName> contains the name for the concatenated field in the language identified by the language code.

  • <DisplayText> contains the specification for the content of the concatenated field, with the text that appears in the field in the language identified by the language code.

  • <LangCode> contains the three-letter code for the language. For the list of language codes, see Language Codes and Their Corresponding Language and Country.

<data:ConcatenatedField>
  <data:ListOfConcatenatedFieldTranslations>
    <data:ConcatenatedFieldTranslation>
      <data:DisplayName>MyConcatenatedField
      </data:DisplayName> 
      <data:DisplayText>Field 1 Field 2.
      </data:DisplayText> 
      <data:LangCode>ENU</data:LangCode> 
    </data:ConcatenatedFieldTranslation> 
. . .
  </data:ListOfConcatenatedFieldTranslations>
. . .
</data:ConcatenatedField>