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

RelatedInformationLayoutUpsert


Updates existing related information layout data or inserts new related information layout data.

Usage

Use the RelatedInformationLayoutUpsert method to insert or update related information layout data for an object.

The apdata:RelatedInformationLayout argument contains the following elements containing related information layout data:

  • ObjectName. The name of the object.
  • RelatedInformationName. A child object ID, equivalent to the name of a related information section. See Oracle Migration Tool On Demand Guide for reference tables about the mapping of child object IDs to UI display names for the child objects.
  • Name. The name of the related information layout.
  • Description. A description of the related information layout.
  • SortField. (For some Opportunity child objects only.) The field used for sorting records, which can be one of the following values:
    • Primary Revenue Close Date. Corresponds to the Close Date field in the UI.
    • Created. Corresponds to the Created: Date field in the UI.
    • Name. Corresponds to the Opportunity Name field in the UI.
    • Updated. Corresponds to the Modified: Date field in the UI.
  • SortDir. (For some Opportunity child objects only.) The sort order, which can be Ascending or Descending.

    NOTE:  Child opportunities can be sorted for the following objects: Account, Campaign, Contact, Custom Object 01 through Custom Object 03, Dealer, Objective, Opportunity child, Partner Program.

  • ListOfSelectedField. Contains all of the selected fields for the related information layouts. The field data for a particular related information layout is contained in the following child elements of <SelectedFieldData>:
    • FieldName. The name of the selected field. Required.
    • Sequence. An integer with the range of values 0 through 19, specifying the sequence of the field in the Selected Fields list.

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

  • Mappings of object names to the display names for the objects in the Oracle CRM On Demand user interface.

Arguments

Table 156 describes the arguments taken by the RelatedInformationLayoutUpsert method.

Table 156. Arguments Taken by the RelatedInformationLayoutUpsert Method
Name
Description
Required
Default
I/O

apData:RelatedInformationLayout

The related information layout 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 24.0 (Oracle CRM On Demand Release 36) Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.