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

# SearchCatGroupLink table

> User group link table for SearchCat, for MDO item hiding

## SearchCatGroupLink Table (107)

User group link table for SearchCat, for MDO item hiding

## Fields

| Name                      | Description                           | Type                            | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------- | :------: |
| searchcatgrouplink\_id    | Primary key                           | PK                              |    No    |
| searchcat\_id             | Link to SearchCat list table          | FK [SearchCat](./searchcat.mdx) |    No    |
| group\_id                 | Link to Group table                   | FK [UserGroup](./usergroup.mdx) |    No    |
| 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/3ZhivzBeXAvFeVZx/media/loc/en/database/tables/SearchCatGroupLink.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=b8fbaae4aa1b2e30d50ca9f50923ed3b" alt="SearchCatGroupLink table relationship diagram" width="724" height="707" data-path="media/loc/en/database/tables/SearchCatGroupLink.png" />

## Indexes

| Fields        | Types | Description |
| ------------- | ----- | ----------- |
| searchcat\_id | FK    | Index       |
| group\_id     | FK    | Index       |

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |
| [SearchCat](./searchcat) | SearchCat list table                                               |
| [UserGroup](./usergroup) | Secondary user groups                                              |

## Replication Flags

* Replicate changes DOWN from central to satellites and travellers.
* Replicate changes UP from satellites and travellers back to central.
* Copy to satellite and travel prototypes.

## Security Flags

* No access control via user's Role.


## Related topics

- [SaleTypeCatGroupLink table](/en/database/tables/saletypecatgrouplink.md)
- [SearchCatHeadingLink table](/en/database/tables/searchcatheadinglink.md)
- [SearchCat table](/en/database/tables/searchcat.md)
- [UserGroup table](/en/database/tables/usergroup.md)
- [CategoryGroupLink table](/en/database/tables/categorygrouplink.md)
- [ProductCategoryGroupLink table](/en/database/tables/productcategorygrouplink.md)
