PickListValues
This table lists picklist values for the specified TableName.
Columns
| Name | Type | Description |
| ID [KEY] | String | The unique identifier of the picklist in the format ColumnName|Picklist_Value. |
| TableName | String | The name of the table. This must be specified when retrieving data from PickListInformation. |
| ColumnName | String | The name of the column associated with the picklist entry. This may be optionally specified to only retrieve picklist information with regards to the specified column. |
| PickList_Value | String | The picklist value. |
| PickList_Label | String | The label for the picklist value. |
| PickList_IsActive | Boolean | A boolean indicating if the picklist value is active. |
| PickList_IsDefault | Boolean | A boolean indicating if this picklist value is the default value for the column it is associated with. |