reply_template_folder Table (276)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table contains entries for folders for reply templates.
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | The primary key (auto-incremented) | PK | |
| parent_id | The id of the parent folder of this folder. NULL or -1 of this is a toplevel folder. | FK reply_template_folder | |
| name | The name of this folder. | String(64) | |
| description | The description of this folder. | String(255) | ● |
| flags | A bitmap for this folder. | Int | ● |
| fullname | The full name of this folder , i.e. Foo/bar/test. | Clob | ● |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| parent_id | FK | Index |
| name | String(64) | Index |
Relationships
| Table | Description |
|---|---|
| ms_filter | This table contains email filters. These are the filters allowing you to do advanced parsing of incomming emails. |
| reply_template | Templates for automatic and manual replies to emails/sms organized hierachically |
| reply_template_folder | This table contains entries for folders for reply templates. |
Replication Flags
- None
Security Flags
- No access control via user's Role.