PicklistItem

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

NameData TypeDescription
IsDefaultValuexsdIndicates whether an item is the default value in a list.
LabelxsdName or text that is displayed next to the field.
ValuexsdDefines value to be used in 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 ignores any supplied values and don't return an error.