PicklistItem
Defines values for a property. The object represents a single item in a restricted list.
| Name | Data Type | Description |
|---|---|---|
IsDefaultValue | Boolean | Indicates whether an item is the default value in a list. |
Label | String | Name or text that is displayed next to the field. |
Value | String | Defines 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. |