Oracle Migration Tool On Demand Guide > Migrating Concatenated Fields >

Elements and Sections in the Concatenated Fields XML Output File


Table 23 describes the elements and sections in the concatenated fields XML output file.

Table 23. Elements and Sections in the Concatenated Fields XML File
Element or Section
Description

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

This element contains the system name of the object, for example, Account.

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

This element contains the system name of the concatenated field.

<data:IntegrationTag>MyConcatenatedField
</data:IntegrationTag>

This element contains the custom language-independent symbolic identifier for the concatenated field.

<data:DisplayText>MyDisplayText
</data:DisplayText>

This element contains the display text information for the concatenated field.

<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>

This element contains the values for the supported languages.

Oracle Migration Tool On Demand Guide, Release 34 Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices.