> ## 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_tile_field table

> Describes the contents of a tile field

## dashboard\_tile\_field Table (485)

Describes the contents of a tile field

## Fields

| Name                            | Description                                                                                                             | Type                                                              | Nullable |
| ------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- | :------: |
| dashboard\_tile\_field\_id      | Primary key                                                                                                             | PK                                                                |    No    |
| colname                         | Column to be fetched from provider, can be aggregate like Sum() or CurrencyConvert() or even nested aggregate functions | String(512)                                                       |    Yes   |
| dashboard\_tile\_definition\_id | Link to dashboard tile definition                                                                                       | FK [dashboard\_tile\_definition](./dashboard-tile-definition.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/dashboard_tile_field.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=f672ecc1908100aee2556bd9498d6323" alt="dashboard_tile_field table relationship diagram" width="886" height="59" data-path="media/loc/en/database/tables/dashboard_tile_field.png" />

## Indexes

| Fields                          | Types | Description |
| ------------------------------- | ----- | ----------- |
| dashboard\_tile\_definition\_id | FK    | Index       |

## Relationships

| Table                                                      | Description                                                        |
| ---------------------------------------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)                                   | Employees, resources and other users - except for External persons |
| [dashboard\_tile\_definition](./dashboard-tile-definition) | Describes the contents of a tile                                   |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [dashboard_tile_definition table](/en/database/tables/dashboard-tile-definition.md)
- [dashboard_tile table](/en/database/tables/dashboard-tile.md)
- [What's new in version 10.3.9.718](/release-notes/database/changes-10.3.9.md)
- [What's new in version 10.1.2.686](/release-notes/database/changes-10.1.2.md)
- [What's new in version 10.2.6.1248](/release-notes/database/changes-10.2.6.md)
- [What's new in version 10.2.7.5452](/release-notes/database/changes-10.2.7.md)
