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>

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

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

<LayoutName> contains the name of the page layout.

<data:ListOfPageFormSection>
  <data:PageFormSection>
   <data:SectionSequence>3</data:SectionSequence>
. . .
  </data:PageFormSection>
. . .
</data:ListOfPageFormSection>

The <ListOfPageFormSection> section contains the details of the sections for the page layout.

<data:ListOfPageFormSection>
  <data:PageFormSection>
. . .
  </data:PageFormSection>
. . .
</data:ListOfPageFormSection>

The <PageFormSection> section contains the details of one section in the page layout.

<data:ListOfPageFormSection>
  <data:PageFormSection>
    <data:SectionSequence>3</data:SectionSequence>
. . .
  </data:PageFormSection>
. . .
</data:ListOfPageFormSection>

For information about the <SectionSequence> element, see Example of the Values for Page Layout Sections.

<data:ListOfPageFormSection>
  <data:PageFormSection>
. . .
   <data:ListOfFormSectionTranslation>
. . .
   </data:ListOfFormSectionTranslation>
  </data:PageFormSection>
. . .
</data:ListOfPageFormSection>

The <ListOfFormSectionTranslation> section contains the translation values for the section name.

<data:ListOfPageFormSection>
  <data:PageFormSection>
. . .
   <data:ListOfFormSectionTranslation>
     <data:FormSectionTranslation>
        <data:LangId>ENU</data:LangId>
         <data:DisplayName>myPageAccountLayout
         </data:DisplayName>
     </data:FormSectionTranslation>
. . .
   </data:ListOfFormSectionTranslation>
. . .
  </data:PageFormSection>
. . .
</data:ListOfPageFormSection>

The <FormSectionTranslation> section contains the translation values for one language:

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