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

HomepageLayoutUpsert


Updates an existing homepage layout or inserts a new homepage layout.

Usage

Use the HomepageLayoutUpsert method to insert or update an existing homepage layout.

The apdata:HomepageLayout argument contains the following elements containing homepage layout data:

  • ObjectName. The name of the object.
  • LayoutName. The name of the homepage layout.
  • Description. A description of the homepage layout.
  • ListOfAvailableSection. Contains all of the available sections for the homepage layout. The data for a particular section is contained in the following elements:
    • SectionName. An internal applet name that is associated with <SectionLayoutName> (read only).
    • SectionLayoutName. The name of a homepage section in the layout. This name is not the same as the display name of the section as it appears in the Homepage Layout wizard.
  • ListOfSelectedSection. Contains all of the selected sections for the homepage layout. The data for a particular section is contained in the following elements:
    • SectionName. An internal applet name that is associated with <SectionLayoutName> (read only).
    • SectionLayoutName. The name of a homepage section in the layout. This name is not the same as the display name of the section as it appears in the Homepage Layout wizard.
    • Sequence. The sequence of the section within the lists of sections:
      • All even numbers, including 0 (zero) displays the specified section in the Left Side column, where 0 (zero) represents the first section, and so on.
      • All odd numbers display the section in the Right Side column, where a value of 1 represents the first section, and so on.

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

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

Arguments

Table 122 describes the arguments taken by the HomepageLayoutUpsert method.

Table 122. Arguments Taken by the HomepageLayoutUpsert Method
Name
Description
Required
Default
I/O

apData:HomepageLayout

The homepage layout 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.