> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# reply_template_folder table

> This table contains entries for folders for reply templates.

## reply\_template\_folder Table (276)

This table contains entries for folders for reply templates.

## Fields

| Name        | Description                                                                          | Type                                                      | Nullable |
| ----------- | ------------------------------------------------------------------------------------ | --------------------------------------------------------- | :------: |
| id          | The primary key (auto-incremented)                                                   | PK                                                        |    No    |
| parent\_id  | The id of the parent folder of this folder. NULL or -1 of this is a toplevel folder. | FK [reply\_template\_folder](./reply-template-folder.mdx) |    No    |
| name        | The name of this folder.                                                             | String(64)                                                |    No    |
| description | The description of this folder.                                                      | String(255)                                               |    Yes   |
| flags       | A bitmap for this folder.                                                            | Int                                                       |    Yes   |
| fullname    | The full name of this folder , i.e. Foo/bar/test.                                    | Clob                                                      |    Yes   |

<img src="https://mintcdn.com/superofficeas/6OcOTPa_ISkjXJg4/media/loc/en/database/tables/reply_template_folder.png?fit=max&auto=format&n=6OcOTPa_ISkjXJg4&q=85&s=4ba05819b2cb7d7b1c7ec7b30892b960" alt="reply_template_folder table relationship diagram" width="760" height="59" data-path="media/loc/en/database/tables/reply_template_folder.png" />

## Indexes

| Fields     | Types      | Description |
| ---------- | ---------- | ----------- |
| parent\_id | FK         | Index       |
| name       | String(64) | Index       |

## Relationships

| Table                                              | Description                                                                                                       |
| -------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| [ms\_filter](./ms-filter)                          | This table contains email filters. These are the filters allowing you to do advanced parsing of incomming emails. |
| [reply\_template](./reply-template)                | Templates for automatic and manual replies to emails/sms organized hierachically                                  |
| [reply\_template\_folder](./reply-template-folder) | This table contains entries for folders for reply templates.                                                      |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [reply_template table](/en/database/tables/reply-template.md)
- [reply_template_attachment table](/en/database/tables/reply-template-attachment.md)
- [reply_template_body table](/en/database/tables/reply-template-body.md)
- [ms_filter table](/en/database/tables/ms-filter.md)
- [Work with reply templates](/en/knowledge-base/learn/reply-templates/index.md)
- [NSReplyTemplate](/en/automation/crmscript/reference/CRMScript.NetServer.NSReplyTemplate.md)
