PicklistItem

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

NameData TypeDescription
IsDefaultValuexsd:booleanIndicates whether an item is the default value in a list.
Labelxsd:stringName or text that is displayed next to the field.
Valuexsd:stringDefines 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.