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

# 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-bugfix-ty-screen-designer-paradox/A8Y_bcgEblTh4XOv/media/loc/en/database/tables/dashboard_theme.png?fit=max&auto=format&n=A8Y_bcgEblTh4XOv&q=85&s=fbb788b11f927a4a9f39640150182f35" 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.
