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>

This element contains the system name of the object to which the homepage layout refers.

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

This element contains the name of the homepage layout.

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

This element contains a description of the homepage layout.

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

This section contains all the sections that are displayed in the Available column of the Oracle CRM On Demand UI for the homepage layout. For information about how a section layout name (<SectionLayoutName>) is mapped to its corresponding UI value, see Homepage Section Layout Mapping.

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

This section contains all the sections that are displayed in the left-side column and right-side column of the Oracle CRM On Demand UI for the homepage:

  • <SectionName> contains an internal applet name that is associated with the SectionLayoutName. Do not modify this element.
  • <SectionLayoutName> contains the section layout name. For reference information about how a section layout name is mapped to its corresponding UI name, see Homepage Section Layout Mapping.
  • <Sequence> determines the column in which the section is displayed:
    • All even numbers, including 0 (zero), display the specified section in the left-side column, where 0 (zero) is the first section of the left-side column.
    • All odd numbers display the section in the right-side column, 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 33 Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.