Oracle Migration Tool On Demand Guide > Migrating Custom Web Applets > Elements and Sections in the Web Applet XML Output File >

Detail Page Custom Web Applets


Table 25 describes the elements and sections in the detail page custom Web applet XML output file.

Table 25. Elements and Sections in the Detail Page Custom Web Applet 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:DisplayName>My Account Detail Page Applet
</data:DisplayName>

<DisplayName> contains the name of the custom Web applet.

<data:Description></data:Description>

<Description> contains the description of the custom Web applet.

<data:DisplayNameCurrentUserLang>My Account Detail Page Applet
</data:DisplayNameCurrentUserLang>

<DisplayNameCurrentUserLang> contains the name of the custom Web applet in the language of the currently-logged in user.

<data:Height>700</data:Height>

<Height> specifies the height of the custom Web applet, in pixels.

<data:HTMLType>
  <data:HTMLHeader></data:HTMLHeader>
  <data:HTMLBody></data:HTMLBody>
  <data:AlwaysRun>false</data:AlwaysRun>
</data:HTMLType>

If the custom Web applet is an HTML applet, then the details appear in the <HTMLType> section, as follows:

  • <HTMLHeader> contains the HTML code used in an <iframe> element within the HTML header of the page to which the custom Web applet is added.
  • <HTMLBody> contains the HTML code used in an <iframe> element within the HTML body of the page to which the custom Web applet is added.
  • <AlwaysRun> determines whether the custom Web applet will be executed if the applet is minimized (true) or will not be executed if the applet is minimized (false).

<data:FeedType>
  <data:URL></data:URL>
  <data:OverrideURLFlag>false</data:OverrideURLFlag>
  <data:TargetWindow>New Window</data:TargetWindow>
</data:FeedType>

If the custom Web applet is an RSS feed applet, then the details appear in the <FeedType> section, as follows:

  • <URL> contains the URL that is invoked when the user clicks the hyperlink.
  • <OverrideURLFlag> determines whether the user can override the URL (true) or the user cannot override the URL (false).
  • <TargetWindow> specifies the window in which the custom Web applet opens. The valid values are as follows:
    • Current Window. The custom Web applet opens in the current window.
    • New Window. The custom Web applet opens in a new window.

<data:URLType>
  <data:URL>http://www.oracle.com</data:URL>
  <data:AlwaysRun>false</data:AlwaysRun>
</data:URLType>

If the custom Web applet is a URL applet, then the details appear in the <URLType> section, as follows:

  • <URL> contains the URL that is invoked when the user clicks the hyperlink.
  • <AlwaysRun> determines whether the custom Web applet will be executed if the applet is minimized (true) or will not be executed if the applet is minimized (false).

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

<data:ModernIconName>mod_account_25.png
</data:ModernIconName>

<ModernIconName> contains the file name of the modern theme icon for the custom Web applet. For more information about modern theme icons, see Classic and Modern Theme Icons.

<data:ListOfTranslation>
. . .
</data:ListOfTranslation>

The <ListOfTranslation> section contains the translation values for the custom Web applet.

<data:ListOfTranslation>
  <data:Translation>
    <data:LanguageCode>ENU</data:LanguageCode>
    <data:DisplayName>My Account Detail Page Applet
    </data:DisplayName>
  </data:Translation>
. . .
</data:ListOfTranslation>

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

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