Oracle Migration Tool On Demand Guide > Migrating Action Bar Layouts >

Elements and Sections in the Action Bar Layout XML Output File


Table 35 describes the elements and sections in the Action bar layout XML output file.

Table 35. Elements and Sections in the Action Bar Layout XML File
Element or Section
Description

<data:LayoutName>My Custom Action Bar Layout
</data:LayoutName>

This element contains the system name of the Action bar layout.

<data:Description>Custom Action Bar Layout
Description</data:Description>

This element contains the description information for the Action bar layout.

<data:ListOfSections>
  <data:Section>
    <data:Name>Global Search Multi Field</data:Name>
    <data:Displayed>true</data:Displayed>
    <data:Sequence>-2</data:Sequence>
    <data:GlobalHeaderSection>false<data:GlobalHeaderSection>
  </data:Section>
  <data:Section>
    <data:Name>Quick Message Center</data:Name>
    <data:Displayed>true</data:Displayed>
    <data:Sequence>-2</data:Sequence>
    <data:GlobalHeaderSection>false</data:GlobalHeaderSection>
  </data:Section>
  <data:Section>
    <data:Name>Calendar Action Applet</data:Name>
    <data:Displayed>false</data:Displayed>
    <data:Sequence>-1</data:Sequence>
    <data:GlobalHeaderSection>false</data:GlobalHeaderSection>
  </data:Section>
  <data:Section>
    <data:Name>Quick Favorite Lists</data:Name>
    <data:Displayed>true</data:Displayed>
    <data:Sequence>3</data:Sequence>
    <data:GlobalHeaderSection>false</data:GlobalHeaderSection>
  </data:Section>
  <data:Section>
    <data:Name>Quick History</data:Name>
    <data:Displayed>true</data:Displayed>
    <data:Sequence>1</data:Sequence>
    <data:GlobalHeaderSection>true</data:GlobalHeaderSection>
  </data:Section>
  <data:Section>
    <data:Name>Quick Favorite Records</data:Name>
    <data:Displayed>true</data:Displayed>
    <data:Sequence>2</data:Sequence>
    <data:GlobalHeaderSection>true</data:GlobalHeaderSection>
  </data:Section>
  <data:Section>
    <data:Name>Quick Create</data:Name>
    <data:Displayed>true</data:Displayed>
    <data:Sequence>0</data:Sequence>
    <data:GlobalHeaderSection>false</data:GlobalHeaderSection>
  </data:Section>
</data:ListOfSections>

This section describes the contents of the Action Bar. The order of content displayed in the Action bar is determined by numeric values. The numeric values include:

  • A value of -2 indicates that the contents are in the Not Available section.
  • A value of -1 indicates that the contents are in the Available section.
  • A value of -3 indicates the contents are in the Global Header section.
  • Positive integers (for example, 0, 1, 2, 3, and so on) indicate that the contents are in the Displayed section, and the value indicates the location of the content, with 0 (zero) meaning the content is located at the top of the section.

<data:ListOfGlobalHeaders>
  <data:GlobalHeader>
    <data:Order>1</data:Order>
    <data:Icon>202</data:Icon>
    <data:Applet>Global Header Create</data:Applet>
    <data:AppletWidth>0</data:AppletWidth>
    <data:AppletDescription/>
  </data:GlobalHeader>
  <data:GlobalHeader>
    <data:Order>3</data:Order>
    <data:Icon>205</data:Icon>
    <data:Applet>Quick Favorite Records</data:Applet>
    <data:AppletWidth>160</data:AppletWidth>
    <data:AppletDescription/>
  </data:GlobalHeader>
  <data:GlobalHeader>
    <data:Order>2</data:Order>
    <data:Icon>202</data:Icon>
    <data:Applet>Quick History</data:Applet>
    <data:AppletWidth>160</data:AppletWidth>
    <data:AppletDescription/>
  </data:GlobalHeader>
</data:ListOfGlobalHeaders>

This section contains the details for the global header sections:

  • <Order> contains the order in which the section is displayed in the global header (required).
  • <Icon> contains the name of the icon for the section (required).
  • <Applet> contains the name of the section (required).
  • <AppletWidth> contains the width of the section (required).
  • <AppletDescription> contains a description of the section.

Name Element Value to UI Value Mapping for Applets

Table 36 maps the <Name> element values in the XML to the values in the Oracle CRM On Demand UI for the preconfigured applets. See Table 35 for more information about the <Name> element.

Table 36. Name Element Value to UI Value Mapping for Oracle CRM On Demand Applets
Name Element Value in XML File
UI Value

Calendar Action Applet

Calendar

Enhanced Text Search

Enhanced Keyword Search

Global Search Multi Field

Search

Quick Create

Create

Quick Favorite Lists

Favorite Lists

Quick Favorite Records

Favorite Records

Quick History

Recently Viewed

Quick Message Center

Message Center

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