Example of Sequence Values in the Section: ListOfSelectedSection

The following image represents the left and right side of the Accounts homepage UI. Exporting this homepage layout generates the <ListOfSelectedSection> section in the XML code displayed in the following code example. The sequence numbers for the left-side column and right-side column displayed in the following image are contained in the <Sequence> elements in the XML code.

Example XML Code for the Sequence Values in the <ListOfSelectedSection> Section

Example of Generated XML Code for the Sequence Values

The following example displays the generated XML code for sequence values:

<data:ListOfSelectedSection>
  <data:SelectedSection>
    <data:SectionName>AccountRelatedTasks</data:SectionName>
    <data:SectionLayoutName>AllOpenAccountTasks</data:SectionLayoutName>
    <data:Sequence>0</data:Sequence>
  </data:SelectedSection>
  <data:SelectedSection>
    <data:SectionName>AccountRecentlyApplet</data:SectionName>
    <data:SectionLayoutName>All Recently Modified Accounts</data:SectionLayoutName>
    <data:Sequence>1</data:Sequence>
  </data:SelectedSection>
  <data:SelectedSection>
    <data:SectionName>PdqList</data:SectionName>
    <data:SectionLayoutName>HomepageAccountList</data:SectionLayoutName>
    <data:Sequence>2</data:Sequence>
  </data:SelectedSection>
  <data:SelectedSection>
    <data:SectionName>HomePageListAnalyticsRevenue</data:SectionName>
    <data:SectionLayoutName>Account Analysis Report</data:SectionLayoutName>
    <data:Sequence>3</data:Sequence>
  </data:SelectedSection>
  <data:SelectedSection>
    <data:SectionName>AccountRecentlyApplet</data:SectionName>
    <data:SectionLayoutName>All Recently Created Accounts</data:SectionLayoutName>
    <data:Sequence>5</data:Sequence>
  </data:SelectedSection>
</data:ListOfSelectedSection>