customlist
Stores custom lists created by users to categorize and organize records, such as specific item types or customer classifications.
Columns
| Name | Type | References | Description |
| internalid [KEY] | Integer | The internal identifier for the record or item. | |
| description | String | A detailed description of the record or item. | |
| isinactive | Boolean | Indicates whether the record or item is marked as inactive. | |
| isordered | Boolean | Indicates whether the item has been ordered. | |
| name | String | The name or title associated with the record or item. | |
| owner | String | The owner or person responsible for the record or item. |