CustomerMessages
Create, delete, and query Customer Messages.
Columns
| Name | Type | ReadOnly | References | ColumnSize | Description |
| ID [KEY] | String | True | 255 |
The unique identifier of the customer message. | |
| Name | String | False | 101 |
The name of the customer message. | |
| IsActive | Boolean | False |
Boolean determining if the customer message is active. | ||
| EditSequence | String | True | 16 |
A string indicating the revision of the customer message. | |
| TimeCreated | Datetime | True |
The time the customer message was created. | ||
| TimeModified | Datetime | True |
The last time the customer message was modified. |