Oracle Migration Tool On Demand Guide > Migrating Page Layouts >

Elements and Sections in the Page Layout Section XML Output File


Table 45 describes the elements and sections in the page layout section XML output file.

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

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

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

<data:LayoutName>myPageAccountLayout</data:LayoutName>

This element contains the name of the page layout.

<data:ListOfPageFormSection>
  <data:PageFormSection>
   <data:SectionSequence>3</data:SectionSequence>
   <data:ListOfFormSectionTranslation>
     <data:FormSectionTranslation>
        <data:LangId>ENU</data:LangId>
         <data:DisplayName> Account PartnerInformation:
         </data:DisplayName>
     </data:FormSectionTranslation>
   </data:ListOfFormSectionTranslation>
  </data:PageFormSection>
</data:ListOfPageFormSection>

This section contains the Page Layout Section information. For more information, see Example of the Values for Page Layout Section.

Example of the Values for Page Layout Section

In a page layout section XML file, the <SectionSequence> element represents the location of the section relative to other sections in the page layout in the UI. The first section at the top of the page layout has a <SectionSequence> of 0 which increments by 1 as the sequence moves down the sections in the page layout.

For example, consider the following portion of the XML output, which is based on the configuration of the example page layout section in Figure 5:

<data:SectionSequence>2</data:SectionSequence>
<data:ListOfFormSectionTranslation>
<data:FormSectionTranslation>
<data:LangId>ENU</data:LangId>
<data:DisplayName>Additional Information:</data:DisplayName>
</data:FormSectionTranslation>
</data:ListOfFormSectionTranslation>

Figure 5. Example Page Layout Section

Because the <SectionSequence> element in the XML output is set to 2 for the Additional Information: section, Figure 5 shows that Additional Information: is the third section in the user interface.

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