Elements and Sections in the Picklist Value Groups XML Output File

The following table describes the elements and sections in the picklist value group XML output file.

Table Elements and Sections in the Picklist Value Group XML File

Description Element or Section

<PicklistValueGroupName> contains the case-sensitive system name of the picklist value group.

<data:PicklistValueGroupName>PVG Name
</data:PicklistValueGroupName> 

<Description> contains the description for the picklist value group.

<data:Description>PVG description
</data:Description>

<PickValueGroupID> contains the row ID of the picklist value group.

<data:PickValueGroupId>1QA2-NX0XH
</data:PickValueGroupId>

The <ListOfPicklistTypeSet> section contains details of the picklist values that are mapped to the picklist value group.

<data:ListOfPicklistTypeSet>
. . .
</data:ListOfPicklistTypeSet>

The <PicklistTypeSet> section contains details of the mapped picklist values from one picklist field, as follows:

  • <ObjectName> contains the system name of the record type to which the picklist field belongs.

  • <FieldName> contains the system name of the picklist field.

  • The <ListOfLicNameSet> section contains the details of the values from this picklist field that are mapped to the picklist value group. Each <LicName> element contains the language-independent name of a single picklist value.

<data:ListOfPicklistTypeSet>
  <data:PicklistTypeSet>
    <data:ObjectName>Account</data:ObjectName>
    <data:FieldName>Type</data:FieldName>
    <data:ListOfLicNameSet>
      <data:LicNameSet>
         <data:LicName>Customer</data:LicName>
      <data:LicNameSet>
        <data:LicName>Competitor</data:LicName>
. . .
      </data:LicNameSet>
. . .
    </data:ListOfLicNameSet>
. . .
  </data:PicklistTypeSet> 
. . .
</data:ListOfPicklistTypeSet>