EmailTemplates


Description

Email template definitions that store standardized email templates for automated communications, notifications, and correspondence with agencies and users.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
Body Unknown 0 null

Email body - HTML or text body template with placeholder variables

ID nvarchar 100 null

Reference identifier - Foreign key reference to related entity or lookup table

Name nvarchar 400 null

Name field - Descriptive name or identifier for EmailTemplates records

Description nvarchar 1073741823 null

Description field - Detailed description or explanation of EmailTemplates information

Subject nvarchar 1073741823 null

Email subject - Subject line template with placeholder variables

HtmlTemplate nvarchar 1073741823 null

Text field - HtmlTemplate text information for EmailTemplates records

Criteria nvarchar 1073741823 null

Text field - Criteria text information for EmailTemplates records

CreatedBy int 4 null

Numeric value - Quantity, count, or numeric measurement for EmailTemplates records

DateCreated datetime 16,3 null

Date/time field - Date and time when created occurred or was recorded

DateUpdated datetime 16,3 null

Date/time field - Date and time when upd occurred or was recorded

IsActive Unknown 0 null

Active status - Whether this template is currently available for use

TemplateID Unknown 0 null

Primary key - EmailTemplates unique identifier for each email template

TemplateName Unknown 0 null

Template name - Descriptive name of the email template

TemplateType Unknown 0 null

Template type - Classification of template (Welcome, Billing, Alert, etc.)

Type nvarchar 10 null

Type classification - Category or classification type for EmailTemplates records

UpdatedBy int 4 null

Date/time field - Date and time when updby occurred or was recorded

Indexes

Constraint Name Type Sort Column(s)
PK_EmailTemplates Primary key Asc ID

Relationships