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>

This element contains the system name of the custom Web tab that is being referenced.

<data:Description></data:Description>

This element contains the description for the custom Web tab.

<data:Type></data:Type>

This element defines the content of the custom Web applet (either URL or HTML).

<data:HTMLHeadAdditions></data:HTMLHeadAdditions>

This element 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.

<data:WebTabHTML></data:WebTabHTML>

This element specifies the HTML code that is rendered in a custom Web tab.

<data:Url></data:Url>

This element contains the URL information for the custom Web tab.

<data:FrameHeight></data:FrameHeight>

This element specifies the frame height of the custom Web tab.

<data:FrameWidth></data:FrameWidth>

This element specifies the frame width of the custom Web tab.

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

This element contains 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:CustomWebTabTranslation>
    <data:LanguageCode>ENU</data:LanguageCode>
    <data:DisplayName>My Custom Web Tab</data:DisplayName>
  </data:CustomWebTabTranslation>
</data:ListOfCustomWebTabTranslations>

This section contains the display name for the language code. 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 33 Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.