Oracle Migration Tool On Demand Guide > Migrating Custom Web Link Fields >

Elements and Sections in the Custom Web Links XML Output File


Table 21 describes the elements and sections in the custom Web links XML output file.

Table 21. Elements and Sections in the Custom Web Links XML File
Element or Section
Description

<data:ObjectName>Account</data:ObjectName>

This element contains the system name of the object, for example, Account.

<data:Name>MyWebLink</data:Name>

This element contains the system name of the custom Web link.

<data:IntegrationTag>My_Web_Link
</data:IntegrationTag>

This element contains the custom language-independent symbolic identifier for the custom Web link.

<data:DisplayText>MyDisplayText
</data:DisplayText>

This element contains the display text information for the custom Web link.

<data:WebLinkTarget>Open in Custom Tab
</data:WebLinkTarget>

This element specifies the Web link target information for the custom Web link. This element can have the following values:

  • Open in Current window. In the UI, this element opens the link in the current window.
  • Open in New window. In the UI, this element opens the link in a new window.
  • Open in Custom Tab. In the UI, this element opens the link in a custom tab.

<data:TargetCustomWebTab>MyCustomWebTab
</data:TargetCustomWebTab>

This element specifies the custom Web link to which the Web link navigates when it is clicked. This element is applicable only when the <WebLinkTarget> element has a value of: Open in Custom Tab.

<data:RefreshParentWindow>false
</data:RefreshParentWindow>

This element specifies the Refresh Parent Window value (True or False) for the custom Web link, if the <WebLinKTarget> element has a value of: Open in New Window.

<data:DisplayOptions>B</data:DisplayOptions>

This element specifies the Display Option value for the custom Web link. This element can have the following values:

  • D. Represents a Detail page
  • E. Represents an Edit page
  • B. Represents both a Detail page and an Edit page

<data:ActiveLinkCondition>TRUE
</data:ActiveLinkCondition>

This element specifies the active link condition value for the custom Web link.

<data:DisplayLinkCondition>TRUE
</data:DisplayLinkCondition>

This element specifies the display link condition value for the custom Web link.

<data:URL>http://www.someURL.com</data:URL>

This element specifies the URL value for the custom Web link.

<data:ListOfWebLinkTranslations>
  <data:WebLinkTranslation>
    <data:DisplayName>MyWebLink</data:DisplayName>
    <data:DisplayText>Click on me.
    </data:DisplayText>
    <data:LangCode>ENU</data:LangCode>
  </data:WebLinkTranslation>
</data:ListOfWebLinkTranslations>

This section describes the values for the supported languages.

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