CascadingPicklistReadAll

Extracts all of the cascading picklist configuration data for a company.

Usage

Use the CascadingPicklistReadAll method to read all of the cascading picklists.

The input argument <Version> specifies the release of Oracle CRM On Demand for which configuration data is returned. The default value is 39, and specified values up to and including 39 return configuration data applicable to Oracle CRM On Demand Release 39.

If the value specified is greater than 39, then all of the configuration data up to the release specified is returned. For example, if a value of 40 is specified, then all of the configuration data in Release 39 plus the newer data up to Release 40 is returned (which includes the <SharedPicklistFlg> element).

See CascadingPicklistRead for information about the cascading picklist data returned in apData:ListOfCascadingPicklistSet.

Arguments

The following table describes the arguments taken by the CascadingPicklistReadAll method.

Table Arguments Taken by the CascadingPicklistReadAll Method

Name Description Required Default I/O

Version

Specifies the release of Oracle CRM On Demand for which configuration data is returned.

No

39

Input

apData:ListOfCascadingPicklistSet

The extracted data for all cascading picklists.

Not applicable

Not applicable

Output

Return Value of the Call

The cascading picklists are returned.