Oracle Migration Tool On Demand Guide > Migrating Custom Web Tabs >

Elements and Sections in the Custom Web Tabs XML Output File


Table 11 describes the elements and sections in the custom Web tabs XML output file.

Table 11. Elements and Sections in the Custom Web Tabs XML File
Element or Section
Description

<data:DisplayName>test</data:DisplayName>

<DisplayName> contains the name of the Web tab. This name is used in the user interface if no translated display names are provided.

<data:Description></data:Description>

<Description> contains the description for the custom Web tab.

<data:Type></data:Type>

<Type> defines the type of the custom Web tab, either URL or HTML.

<data:HTMLHeadAdditions></data:HTMLHeadAdditions>

<HTMLHeadAdditions> specifies the HTML code that is included in the source of a rendered Oracle CRM On Demand Web page in the <head> tags at the top of the page (for custom Web tabs of the HTML type only).

<data:WebTabHTML></data:WebTabHTML>

<WebTabHTML> specifies the HTML code that is rendered in a custom Web tab (for custom Web tabs of the HTML type only).

<data:Url></data:Url>

<URL> contains the URL information for the custom Web tab.

NOTE:  Although it is possible to update or insert a custom Web tab of the URL type that contains a URL for an analysis or dashboard, this functionality is not fully supported, and the URL might not work after an upgrade.

<data:FrameHeight></data:FrameHeight>

<FrameHeight> specifies the frame height of the custom Web tab.

<data:FrameWidth></data:FrameWidth>

<FrameWidth> specifies the frame width of the custom Web tab.

<data:IconName>icon_custtab.gif</data:IconName>

<IconName> contains the file name of the icon used for this custom Web tab. In this example, icon_custtab.gif is the graphic file that is used. For the list of available icon file names, see Classic and Modern Theme Icons.

<data:ListOfCustomWebTabTranslations>
. . .
</data:ListOfCustomWebTabTranslations>

The <ListOfCustomWebTabTranslations> section contains the translation values for the custom Web tab.

<data:ListOfCustomWebTabTranslations>
  <data:CustomWebTabTranslation>
    <data:LanguageCode>ENU</data:LanguageCode>
    <data:DisplayName>My Custom Web Tab</data:DisplayName>
  </data:CustomWebTabTranslation>
. . .
</data:ListOfCustomWebTabTranslations>

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

In this example, for English-American (ENU), the display name is My Custom Web Tab.

The precedence for determining the display name is as follows:

  1. The translation definition, if it is defined.
  2. The information contained in the <DisplayName> element, if it is defined and if the translation definition is not defined.
  3. The system name, if the translation definition and the <DisplayName> element are not defined.

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