> ## 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.

# cc_template table

> This table contains templates for the customer center

## cc\_template Table (480)

This table contains templates for the customer center

## Fields

| Name                      | Description                                                    | Type                                              | Nullable |
| ------------------------- | -------------------------------------------------------------- | ------------------------------------------------- | :------: |
| cc\_template\_id          | Primary key                                                    | PK                                                |    No    |
| key                       | The key to this template, normally the local path and filename | String(255)                                       |    No    |
| body                      | The HTML body for this template                                | Clob                                              |    Yes   |
| type                      | What kind of template is in this row                           | Enum [CcTemplateType](./enums/cctemplatetype.mdx) |    Yes   |
| 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/A8Y_bcgEblTh4XOv/media/loc/en/database/tables/cc_template.png?fit=max&auto=format&n=A8Y_bcgEblTh4XOv&q=85&s=5101967a6bc9b54f8af5d260d53fe54d" alt="cc_template table relationship diagram" width="410" height="59" data-path="media/loc/en/database/tables/cc_template.png" />

## Indexes

| Fields | Types       | Description |
| ------ | ----------- | ----------- |
| key    | String(255) | 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.
