> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# quick_reply table

> Personal quick reply text fragments

## quick\_reply Table (462)

Personal quick reply text fragments

## Fields

| Name                      | Description                           | Type                            | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------- | :------: |
| quick\_reply\_id          | Primary key                           | PK                              |    No    |
| associate\_id             | Associate who owns this quick reply   | FK [associate](./associate.mdx) |    Yes   |
| name                      | The short name of the quick reply     | String(255)                     |    Yes   |
| html\_body                | The html body of the quick reply      | Clob                            |    Yes   |
| rank                      | Rank order in lists                   | UShort                          |    No    |
| registered                | Registered when                       | UtcDateTime                     |    No    |
| registered\_associate\_id | Registered by whom                    | FK [associate](./associate.mdx) |    No    |
| updated                   | Last updated when                     | UtcDateTime                     |    No    |
| updated\_associate\_id    | Last updated by whom                  | FK [associate](./associate.mdx) |    No    |
| updatedCount              | Number of updates made to this record | UShort                          |    No    |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/bBv7ep-d5A4oaYwj/media/loc/en/database/tables/quick_reply.png?fit=max&auto=format&n=bBv7ep-d5A4oaYwj&q=85&s=0c2be74b9e8cfca9e7f4288acd2f07c3" alt="quick_reply table relationship diagram" width="402" height="59" data-path="media/loc/en/database/tables/quick_reply.png" />

## Indexes

| Fields | Types  | Description |
| ------ | ------ | ----------- |
| rank   | UShort | Index       |

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
