Oracle Migration Tool On Demand Guide > Migrating Homepage Layouts >

Elements and Sections in the Homepage Layout XML Output File


Table 33 describes the elements and sections in the homepage layout XML output file.

Table 33. Elements and Sections in the Homepage Layout XML File
Element or Section
Description

<data:ObjectName>Account</data:ObjectName>

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

<data:LayoutName>Account Default Layout
</data:LayoutName>

<LayoutName> contains the name of the homepage layout.

<data:Description>My Account Homepage Layout
</data:Description>

<Description> contains a description of the homepage layout.

<data:ListOfAvailableSection>
. . .
</data:ListOfAvailableSection>

The <ListOfAvailableSection> section contains the details of the sections that are included in the Available Sections list in the homepage layout.

<data:ListOfAvailableSection>
  <data:AvailableSection>
    <data:SectionName>AccountRecentlyApplet
    </data:SectionName>
    <data:SectionLayoutName>MyRecentlyModifiedAccounts
    </data:SectionLayoutName>
  </data:AvailableSection>
. . .
</data:ListOfAvailableSection>

The <AvailableSection> section contains the details of one section that is in the Available Sections list in the homepage layout:

  • <SectionName> contains an internal applet name that is associated with the SectionLayoutName. Do not modify this element.
  • <SectionLayoutName> contains the section layout name.

    NOTE:  The section layout name is the name of a homepage section in the layout. This name is not the same as the display name of the section as it appears in the Homepage Layout wizard. For reference information about the mapping of section layout names to the corresponding UI names, see Homepage Section Layout Mapping.

<data:ListOfSelectedSection>
. . .
</data:ListOfSelectedSection>

The <ListOfSelectedSection> section contains the details of the sections that are included in the Left Side and Right Side lists in the homepage layout.

<data:ListOfSelectedSection>
  <data:SelectedSection>
    <data:SectionName>PdqList</data:SectionName>
    <data:SectionLayoutName>HomepageAccountList
    </data:SectionLayoutName>
    <data:Sequence>0</data:Sequence>
  </data:SelectedSection>
. . .
</data:ListOfSelectedSection>

The <SelectedSection> section contains details of one section that is in either the Left Side list or the Right Side list in the homepage layout:

  • <SectionName> contains an internal applet name that is associated with the SectionLayoutName. Do not modify this element.
  • <SectionLayoutName> contains the section layout name.

    NOTE:  The section layout name is the name of a homepage section in the layout. This name is not the same as the display name of the section as it appears in the Homepage Layout wizard. For reference information about the mapping of section layout names to the corresponding UI names, see Homepage Section Layout Mapping.

  • <Sequence> determines the column in which the section is displayed:
    • An even number, including 0 (zero), indicates that the section is in the Left Side list, where 0 (zero) is the first section.
    • An odd number indicates that the section is in the Right Side list, where a value of 1 is the top (or first) section.

For more information about the mapping of the section layout name to the corresponding UI section name for homepage layouts, see Homepage Section Layout Mapping.

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