You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Table

cm_co_message_templates

Description

Per-CO Message Templates

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement

 

co_id

integer, foreign key

CO ID

cm_cos:id

 

description

varchar(256)

Description of this message template

 

 

contextvarchar(2)Message context
  • EA: Enrollment Approval
  • EV: Enrollment Verification
  • XN: Expiration Notification
 

cc

varchar(256)

Comma separated list of addresses to cc

 

 

bcc

varchar(256)

Comma separated list of addresses to bcc

 

 

message_subjectvarchar(256)Message subject  
message_bodytextMessage body  

status

varchar(2)

Template status

  • A: Active
  • S: Suspended

A suspended template cannot be added to new contexts.

  • No labels