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

# 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/i6M2qZmvMNH7UTeu/media/loc/en/database/tables/cc_template.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=11106b7a10fae97653a05b4dfe3083dd" 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.


## Related topics

- [What's new in version 12.0.342.0](/release-notes/database/changes-12.0.342.md)
- [What's new in version 12.1.1412.0](/release-notes/database/changes-12.1.1412.md)
- [What's new in version 12.2.2072.0](/release-notes/database/changes-12.2.2072.md)
- [What's new in version 11.13.921.0](/release-notes/database/changes-11.13.921.md)
- [What's new in version 12.3.2195.0](/release-notes/database/changelog.md)
- [What's new in version 11.12.675.0](/release-notes/database/changes-11.12.675.md)
