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

# dashboard_theme table

> A set of style rules for the Dashboard

## dashboard\_theme Table (482)

A set of style rules for the Dashboard

## Fields

| Name                      | Description                                  | Type                            | Nullable |
| ------------------------- | -------------------------------------------- | ------------------------------- | :------: |
| dashboard\_theme\_id      | Primary key                                  | PK                              |    No    |
| name                      | The name of this theme                       | String(4000)                    |    Yes   |
| config                    | The JSON clob-formatted config               | Clob                            |    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    |
| rank                      | Rank order                                   | UShort                          |    Yes   |
| client                    | Name of client(s) this theme is available to | String(255)                     |    Yes   |
| isBuiltIn                 | Is this row populated by SuperOffice?        | Bool                            |    Yes   |
| style                     | Style value - for example 'light' or 'dark'  | String(255)                     |    Yes   |

<img src="https://mintcdn.com/superofficeas/i6M2qZmvMNH7UTeu/media/loc/en/database/tables/dashboard_theme.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=51f1b67a5d7dec7175a4861489865938" alt="dashboard_theme table relationship diagram" width="707" height="59" data-path="media/loc/en/database/tables/dashboard_theme.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Relationships

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

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [What's new in version 10.5.1.1092](/release-notes/database/changes-10.5.1.md)
- [What's new in version 10.5.2.435](/release-notes/database/changes-10.5.2.md)
- [What's new in version 10.5.3.711](/release-notes/database/changes-10.5.3.md)
- [What's new in version 10.5.4.867](/release-notes/database/changes-10.5.4.md)
- [What's new in version 10.5.5.982](/release-notes/database/changes-10.5.5.md)
- [What's new in version 11.1.447.0](/release-notes/database/changes-11.1.447.md)
