OptionSetInfo
Gets basic information about the OptionSet values available for a given table and displays the mapping of OptionSet string values to OptionSet int values.
Columns
| Name | Type | ReadOnly | Description |
| TableName [KEY] | String | False |
The table to retrieve information about. This must be specified as an input. |
| ColumnName [KEY] | String | False |
The internal name of the column. |
| DisplayName | String | False |
The column name. |
| OptionSetString | String | False |
A string value for the OptionSet column. |
| OptionSetInt [KEY] | Integer | False |
A int value for the OptionSet column. |
| DataType | String | True |
The system data type for the column. |
| DataSourceDataType | String | True |
The Dynamics CRM data type for the column before conversion to the system data type. |
| Description | String | True |
A description for the column if available. |
| IsReadOnly | Boolean | True |
Boolean determining if the column is read-only or not. |