PicklistReadAll

Extracts all of the picklist configuration data for a company.

Usage

Use the PicklistReadAll method to read all of the picklists except read-only picklists.

If the input argument <IncludeAll> specifies true, the method returns all configuration data, including preconfigured and customized data. However, the data returned does not include any preconfigured read-only picklist data. If <IncludeAll> specifies false, or is not included in the request, the method returns customized configuration data only.

If the value specified in the <Version> input argument is greater than 29, then all of the configuration data up to the release specified is returned. For example, if a value of 30 is specified, then all of the configuration data in Release 29 plus the newer data up to Release 30 is returned (which includes the <WebSvcTag> element). If a value of 41 is specified, then all of the configuration data in Release 40 plus the newer data up to Release 41 is returned (which includes the <Description> element).

See PicklistUpsert for information about the picklist data specified in apData:PicklistSet.

Arguments

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

Table Arguments Taken by the PicklistReadAll Method

Name Description Required Default I/O

IncludeAll

If true, extracts all configuration data and not just customized configuration data.

No

false

Input

Version

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

No

29

Input

apData:ListOfPicklistSet

The extracted data for all picklists for all objects.

Not applicable

Not applicable

Output

Return Value of the Call

The picklists are returned.