CustomerEmailTemplate
Stores email templates tailored for customer communication and engagement.
Columns
| Name | Type | ReadOnly | Description |
| Recordno [KEY] | String | False |
The unique identifier for the customer email template record. |
| Customerkey | Int64 | False |
The internal key representing the customer associated with the email template. |
| Customerid | String | False |
The customer ID associated with the email template. |
| Docparid | String | False |
The document parameter ID linked to the email template. |
| Emailtemplatekey | String | False |
The internal key for the specific email template. |
| Emailtemplatename | String | False |
The name of the email template. |
| Record_url | String | False |
The URL link to the customer email template record. |