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. The name of the section.
    • SectionLayoutName. The name of the list of available sections, such as Available Sections.
  • ListOfSelectedSection. Contains all of the selected sections for the homepage layout. The data for a particular section is contained in the following elements:
    • SectionName. The name of the section.
    • SectionLayoutName. The name of the lists of sections, such as Left Side and Right Side.
    • Sequence. The sequence of the section within the lists of sections:
      • A sequence value of -2 displays the section in the Available column.
      • 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 applet names to section names used in the Oracle CRM On Demand user interface.
  • 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 119 describes the arguments taken by the HomepageLayoutUpsert method.

Table 119. 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 21.0 (Oracle CRM On Demand Release 33) Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.