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