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

# 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/6OcOTPa_ISkjXJg4/media/loc/en/database/tables/quick_filter_info.png?fit=max&auto=format&n=6OcOTPa_ISkjXJg4&q=85&s=061fb6f210a69018eed059d0f710dd17" 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.


## Related topics

- [SuperOffice.WebApi.Data.QuickFilterInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuickFilterInfo.md)
- [SuperOffice.WebApi.Agents.DashAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DashAgent.md)
- [SuperOffice.WebApi.Agents.IDashAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IDashAgent.md)
- [dashboard table](/en/database/tables/dashboard.md)
- [SuperOffice.WebApi.Data.Dash SaveDashQuickFiltersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Dash_SaveDashQuickFiltersRequest.md)
- [Save Dash Quick Filters](/en/api/reference/restful/agent/dash_agent/save-dash-quick-filters.md)
