Oracle Migration Tool On Demand Guide > Migrating Homepage Layouts > Elements and Sections in the Homepage Layout XML Output File >

Example of Sequence Values in the Section: ListOfSelectedSection


Figure 1 represents the left and right side of the Accounts homepage UI. Exporting this homepage generates the <ListOfSelectedSection> section in the XML code displayed in Example of Generated XML Code for the Sequence Values. The sequence numbers for the left-side column and right-side column displayed in Example of Generated XML Code for the Sequence Values are highlighted in bold in the XML code.

Figure 1. 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>

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