PicklistValues
Lists all predefined selectable values configured for picklist fields in the system.
Columns
| Name | Type | ReadOnly | Description |
| PickListName [KEY] | String | False |
The name of the picklist, which represents a predefined list of values that can be selected in a field. It is used to categorize and define sets of valid options for a particular field. |
| Name [KEY] | String | True |
The specific value or option name within the picklist, representing a unique entry that can be selected from the list of available options. |
| Label | String | False |
The human-readable label or description associated with the picklist value. This label is displayed in the user interface, providing context or a more user-friendly representation of the value. |