Elements and Sections in the List Access and Order Layout XML Output File

The following table describes the elements and sections in the list access and order layout XML output file.

Table Elements and Sections in the List Access and Order Layout XML File

Description Element or Section

The <ListAccessAndOrder> section contains all of the information for one list access and order layout for one record type, for one role.

<data:ListAccessAndOrder>
. . .
</data:ListAccessAndOrder>

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

<data:ListAccessAndOrder>
  <data:ObjectName>Account</data:ObjectName>
. . .
</data:ListAccessAndOrder>

<RoleName> contains the language-independent name of the role.

<data:ListAccessAndOrder>
. . .
  <data:RoleName>TestRole</data:RoleName>
. . .
</data:ListAccessAndOrder>

<ModifiedBy> contains the username of the user who last updated the layout, and the date and time the layout was last updated.

<data:ListAccessAndOrder>
. . .
  <data:ModifiedBy>AB User 10/26/2012 
  10:12:40</data:ModifiedBy>
. . .
</data:ListAccessAndOrder>

The <ListOfListAccessAndOrderList> section contains details of the list layout for one record type, for one role.

<data:ListAccessAndOrder>
. . .
  <data:ListOfListAccessAndOrderList>
. . .
  </data:ListOfListAccessAndOrderList>
</data:ListAccessAndOrder>

The <ListAccessAndOrderList> section contains details of one list, for one record type, for one role. It includes the following elements:

  • <ListName> contains the name of the list.

  • <Order> indicates the order of the list within the layout, as follows:

    • A value of 2 or higher indicates that the list is in the Show in Short List section. The order number also indicates the position of the list within the short list of lists. The list with the lowest order number appears at the top of the short list of lists.

    • A value of -1 indicates that the list is in the Lists Available for this Role section.

    • A value of -2 indicates that the list is in the All Lists section.

<data:ListAccessAndOrder>
. . .
  <data:ListOfListAccessAndOrderList>
    <data:ListAccessAndOrderList>
      <data:ListName>My Active Accounts
      </data:ListName>
      <data:Order>2</data:Order>
. . .
    </data:ListAccessAndOrderList>
. . .
  </data:ListOfListAccessAndOrderList>
. . .
</data:ListAccessAndOrder>