EnumerationValues
Displays enumeration values for native NetSuite tables. Requires TableName for results. Not applicable to custom tables.
Columns
| Name | Type | Description |
| ColumnName | String | The name of the database column that holds predefined, fixed values, ensuring data consistency and validation across records. |
| TableName | String | The name of the database table where the enumeration column is stored, providing context on the data structure and its relationships. |
| Values | String | A complete list of all possible values that can be stored in the enumeration column, ensuring standardization in data entry. Each value is separated by a comma, with a space after each comma for readability. |