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

# quick_filter_info table

> Connect quick filter info from a specific provider to a dashboard

## quick\_filter\_info Table (486)

Connect quick filter info from a specific provider to a dashboard

## Fields

| Name                      | Description                            | Type                            | Nullable |
| ------------------------- | -------------------------------------- | ------------------------------- | :------: |
| quick\_filter\_info\_id   | Primary key                            | PK                              |    No    |
| dashboard\_id             | What dashboard is this quickfilter for | FK [dashboard](./dashboard.mdx) |    Yes   |
| provider\_name            | The name of the provider               | String(255)                     |    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-bugfix-ty-screen-designer-paradox/bBv7ep-d5A4oaYwj/media/loc/en/database/tables/quick_filter_info.png?fit=max&auto=format&n=bBv7ep-d5A4oaYwj&q=85&s=415bd8d62dff522b626c5121cffda689" alt="quick_filter_info table relationship diagram" width="686" height="59" data-path="media/loc/en/database/tables/quick_filter_info.png" />

## Indexes

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

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