reply_template Table (277)

Templates for automatic and manual replies to emails/sms organized hierachically

Fields

NameDescriptionTypeNull
idThe primary key (auto-incremented)PK
nameThe name for this reply template.String(255)
descriptionThe description for this reply template.String(255)
folder_idThe id of the folder in which this reply template is located. NULL or -1 if this is a toplevel reply template.FK reply_template_folder
owned_byThe id of the user who owns this reply template.FK ejuser
last_changedWhen the reply template was last changed.DateTime
access_levelThe access level (enum) for this reply template.access_level
flagsReply template type, for example “new customer” or “new password”. While called flags - this is not actually flags. Only one type can be used at a time.Int

reply_template table relationship diagram

Indexes

FieldsTypesDescription
idPKClustered, Unique
nameString(255)Index
folder_idFKIndex
owned_byFKIndex

Relationships

TableDescription
ej_categoryThis table contains categories, in which tickets are categorized. The categories are organized in a hierarchial manner.
ejuserThis table contains entries for the users of the system.
mail_in_filterThis table contains entries for the mailboxes the eJournal system is fetching mail from (POP3 or IMAP).
ms_filterThis table contains email filters. These are the filters allowing you to do advanced parsing of incomming emails.
reply_template_attachmentThis table is used to connect attachments to reply templates (many-to-many).
reply_template_bodyContains the body of the reply templates in different languages
reply_template_folderThis table contains entries for folders for reply templates.
ticket_alertThis table will contain ticket escalation levels. A ticket will be escalated along a 'chain' of these levels.
ticket_typeA ticket (request) type

Replication Flags

  • None

Security Flags

  • No access control via user’s Role.