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.