CustomerMessages
Create, delete, and query Customer Messages.
Columns
| Name | Type | ReadOnly | References | Description |
| ID [KEY] | String | True |
The unique identifier of the customer message. | |
| Name | String | False |
The name of the customer message. | |
| IsActive | Boolean | False |
Boolean determining if the customer message is active. | |
| EditSequence | String | True |
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. |