Oracle Migration Tool On Demand Guide > Migrating Picklist Values >

Elements and Sections in the Picklist XML Output File


Table 15 describes the elements and sections in the picklist XML output file.

Table 15. Elements and Sections in the Picklist XML File
Element or Section
Description

<data:IncludeAll>true
</data:IncludeAll>

This element specifies whether all configuration information is returned for an object, in addition to the customized configuration information. If it is set to true, then all configuration information is returned. The default setting is false.

<data:ObjectName></data:ObjectName>

This element contains the object that is being referenced.

<data:ListOfPicklists>
</data:ListOfPicklists>

This element contains all the customized field definitions for the object name.

<data:Name>Team Role</data:Name>

The name of the Picklist field within the object being referenced.

<data:WebSvcTag>Team Role</data:WebSvcTag>

This element contains the Web Services v2.0 integration tag name for the field. This element is read-only and is ignored in Upsert operations.

<data:ListOfPicklistValues>
  <data:PicklistValue>
    <data:ValueId>Executive Sponsor
    </data:ValueId>
    <data:Disabled>false</data:Disabled>     <data:ListOfValueTranslations>
       <data:ValueTranslation>
         <data:LanguageCode>ENU
         </data:LanguageCode>
         <data:Value>Executive Sponsor
         </data:Value>
         <data:Order>2</data:Order>
       </data:ValueTranslation>
    </data:ListOfValueTranslations>
  </data:PicklistValue>

This section contains the values assigned to a picklist field:

  • <ValueId> is the ValueId assigned to the specific picklist value.
  • <Disabled> identifies whether the value is disabled or not.
  • <ValueTranslation> is the section containing the language code, the value for the given language, and the order for the specific ValueID.

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