Skip to main content

salesforce.picklistentry

Home > @runlightyear/salesforce > PicklistEntry

PicklistEntry interface

Signature:
interface PicklistEntry 

Required Properties

PropertyModifiersTypeDescription
activebooleanIndicates whether this item must be displayed (true) or not (false) in the drop-down list for the picklist field in the user interface.
defaultValuebooleanIndicates 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.
labelstringDisplay name of this item in the picklist.
validForArray<number>A set of bits where each bit indicates a controlling value for which this PicklistEntry is valid. See About Dependent Picklists.
valuestringValue of this item in the picklist.