Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

PicklistValueInfo

Represents the active picklist values for a given picklist field. This object is available in API version 40.0 and later.

Supported Calls

describeSObjects(), query()

Fields

Field Details
DurableId
Type
string
Properties
Filter, Group, Nillable, Sort
Description
Unique identifier for the field.
EntityParticleId
Type
string
Properties
Filter, Group, Nillable, Sort
Description
Represents the picklist field to which this value is related.
Relationship Name
EntityParticle
Relationship Type
Lookup
Refers To
EntityParticle
IsActive
Type
boolean
Properties
Defaulted on create, Filter, Group, Sort
Description
Indicates whether the picklist value is active or not.
IsDefaultValue
Type
boolean
Properties
Defaulted on create, Filter, Group, Sort
Description
Indicates whether this value is the default for the picklist field. Only one value can be the default value.
Label
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The label for the picklist value.
ValidFor
Type
string
Properties
Filter, Group, Nillable, Sort
Description
A set of bits where each bit indicates a controlling value for which this picklist value is valid.
Value
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The API name of the picklist value.