Oracle Web Services On Demand Guide > Web Services On Demand API Calls > Administrative Services API Calls >

CustomWebTabUpsert


Updates an existing custom Web tab or inserts a new custom Web tab.

Usage

Use the CustomWebTabUpsert method to insert a custom Web tab or update an existing custom Web tab.

The apdata:CustomWebTab argument contains the following elements containing custom Web tab data:

  • DisplayName. The name of the custom Web tab. When performing an insert operation, this name is used as the display name, if a display name is not provided in the <CustomWebTabTranslation> element.
  • Description. A description of the custom Web tab.
  • Type. The type of custom Web Tab, which can be URL or HTML
  • HTMLHeadAdditions. The HTML to be added within the <head> element of the custom Web tab. (For type HTML only).
  • WebTabHTML. The HTML to be added within the <body> element of the custom Web tab. (For type HTML only).
  • Url. The URL for the custom Web tab.
  • FrameHeight. The frame height defined for the custom Web tab.
  • FrameWidth. The frame width defined for the custom Web tab.
  • IconName. The filename of the icon used for the custom Web tab.
  • ListOfCustomWebTabTranslation. The display names in the languages activated for your company:
    • LanguageCode. The three-letter language code for the language.
    • DisplayName. The display name of the custom Web tab in the language identified by the language code.

See Oracle Migration Tool On Demand Guide for reference tables about the following:

  • Mappings of three-letter language codes to languages.

Arguments

Table 104 describes the arguments taken by the CustomWebTabUpsert method.

Table 104. Arguments Taken by the CustomWebTabUpsert Method
Name
Description
Required
Default
I/O

apData:CustomWebTab

The custom Web tab data to be inserted or updated.

Yes

Not applicable

Input

Status

The status of the call.

Not applicable

Not applicable

Output

Return Value of the Call

The status is returned.

Oracle Web Services On Demand Guide, Version 25.0 (Oracle CRM On Demand Release 37) Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.