dashboard_tile_field Table (483)
Some tooltip text!
• 1 minute to read
• 1 minute to read
Describes the contents of a tile field
Fields
Name | Description | Type | Null |
---|---|---|---|
dashboard_tile_field_id | Primary key | PK | |
colname | Column to be fetched from provider, can be aggregate like Sum() or CurrencyConvert() or even nested aggregate functions | String(512) | ● |
dashboard_tile_definition_id | Link to dashboard tile definition | FK dashboard_tile_definition | ● |
registered | Registered when | UtcDateTime | |
registered_associate_id | Registered by whom | FK associate | |
updated | Last updated when | UtcDateTime | |
updated_associate_id | Last updated by whom | FK associate | |
updatedCount | Number of updates made to this record | UShort |
Indexes
Fields | Types | Description |
---|---|---|
dashboard_tile_field_id | PK | Clustered, Unique |
dashboard_tile_definition_id | FK | Index |
Relationships
Table | Description |
---|---|
associate | Employees, resources and other users - except for External persons |
dashboard_tile_definition | Describes the contents of a tile |
Replication Flags
- None
Security Flags
- No access control via user's Role.