PicklistItem

Defines values for a property. The object represents a single item in a restricted list.

NameData TypeDescription
IsDefaultValueBooleanIndicates whether an item is the default value in a list.
LabelStringName or text that is displayed next to the field.
ValueStringDefines value to use in a filter or other object. In filters, the BETWEEN operator requires two Values. IN can handle multiple Values. All other operators require only one Value. isNull and isNotNull ignore any supplied values and don't return an error.