salesforce.picklistentry
Home > @runlightyear/salesforce > PicklistEntry
PicklistEntry interface
Signature:interface PicklistEntry
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
active | boolean | Indicates whether this item must be displayed (true) or not (false) in the drop-down list for the picklist field in the user interface. | |
defaultValue | boolean | Indicates whether this item is the default item (true) in the picklist or not (false). Only one item in a picklist can be designated as the default. | |
label | string | Display name of this item in the picklist. | |
validFor | Array<number> | A set of bits where each bit indicates a controlling value for which this PicklistEntry is valid. See About Dependent Picklists. | |
value | string | Value of this item in the picklist. |