PicklistValueGroupReadAll

Extracts all of the picklist value group configuration data for a company.

Usage

Use the PicklistValueGroupReadAll method to read all of the picklist value groups.

If the input argument <IncludeAll> specifies true, the method returns all configuration data, including preconfigured and customized data. If <IncludeAll> specifies false, or is not included in the request, the method returns customized configuration data only.

See PicklistValueGroupUpsert for information about the picklist value group data specified in apData:PicklistValueGroupSet.

Arguments

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

Table Arguments Taken by the PicklistValueGroupReadAll Method

Name Description Required Default I/O

IncludeAll

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

No

false

Input

apData:ListOfPicklistValueGroupSet

The extracted data for all picklist value groups.

Not applicable

Not applicable

Output

Return Value of the Call

The picklist value groups are returned.