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

CascadingPicklistRead


Extracts cascading picklist configuration data for an object.

Usage

Use the CascadingPicklistRead method to extract the set of cascading picklist data matching the input criteria.

The object is specified with the <ObjectName> child element of apQuery:CascadingPicklistSet. You can also specify a particular parent picklist or related picklist in the query.

The apData:ListOfCascadingPicklistSet output argument can contain any number of CascadingPicklist elements, each of which contains the following data:

  • ParentPicklist. The parent picklist.
  • RelatedPicklist. The related picklist.
  • Description. The description of the cascading picklist.
  • ListOfPicklistValueAssociations. Contains all the associations for a cascading picklist. The associations for a particular picklist are contained in the following elements:
    • ParentPicklistValue. A parent picklist value for the cascading picklist.
    • RelatedPicklistValue. The related values for the parent picklist. There is one these elements for each related picklist value.

Arguments

Table 83 describes the arguments taken by the CascadingPicklistRead method.

Table 83. Arguments Taken by the CascadingPicklistRead Method
Name
Description
Required
Default
I/O

apQuery:CascadingPicklistSet

The cascading picklist query criteria.

Yes

Not applicable

Input

apData:ListOfCascadingPicklistSet

The extracted cascading picklist data.

Not applicable

Not applicable

Output

Return Value of the Call

The cascading picklist data for the object 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.