Oracle Migration Tool On Demand Guide > Migrating Dynamic Page Layouts >

Elements and Sections in the Dynamic Page Layout XML Output File


Table 47 describes the elements and sections in the dynamic page layout XML output file.

Table 47. Elements and Sections in the Dynamic Page Layout XML File
Element or Section
Description

<data:ObjectName>Opportunity</data:ObjectName>

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

<data:DrivingPicklist>Sales Type
</data:DrivingPicklist>

This element contains the name of the dynamic page layout driving picklist. For more information about driving picklists, see Oracle CRM On Demand Online Help.

<data:ListOfDynamicLayouts>
  <data:DynamicLayout>
    <data:Name>dynamic</data:Name>
    <data:DefaultLayout>Opportunity Page Standard Layout</data:DefaultLayout>
    <data:ModifiedBy>sales10
    </data:ModifiedBy>
    <data:Description>Dynamic Layout Description
    </data:Description>
    <data:ListOfPicklistValueMapping>
      <data:DrivingPicklist>
        <data:Value>New Business
        </data:Value>
        <data:AssignedLayout>test2
        </data:AssignedLayout>
      </data:DrivingPicklist>
    </data:ListOfPicklistValueMapping>
  </data:DynamicLayout>
</data:ListOfDynamicLayouts>

This section contains information about the dynamic page layout.

  • <Name> contains the name of the dynamic page layout.
  • <DefaultLayout> contains the name of the default dynamic page layout with which driving picklist values are associated.
  • <ModifiedBy> contains the name of the user who last updated the dynamic page layout.
  • <Description> contains the description of the dynamic page layout.
  • <ListofPicklistValueMapping> contains the mappings of driving picklist values to dynamic page layouts.
  • <Value> contains the driving picklist value.
  • <AssignedLayout> contains the dynamic page layout that is displayed when the driving picklist value is selected.

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