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

# SaleTypeCatGroupLink table

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

## SaleTypeCatGroupLink Table (119)

User group link table for SaleTypeCat, for MDO item hiding

## Fields

| Name                      | Description                           | Type                                | Nullable |
| ------------------------- | ------------------------------------- | ----------------------------------- | :------: |
| saletypecatgrouplink\_id  | Primary key                           | PK                                  |    No    |
| saletypecat\_id           | Link to SaleTypeCat list table        | FK [SaleTypeCat](./saletypecat.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/SaleTypeCatGroupLink.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=a6fb55ed54e650524490095b1303e5f9" alt="SaleTypeCatGroupLink table relationship diagram" width="759" height="736" data-path="media/loc/en/database/tables/SaleTypeCatGroupLink.png" />

## Indexes

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

## Relationships

| Table                        | Description                                                        |
| ---------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)     | Employees, resources and other users - except for External persons |
| [SaleTypeCat](./saletypecat) | Category for sale type                                             |
| [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

- [SaleTypeCat table](/en/database/tables/saletypecat.md)
- [SaleTypeCatHeadingLink table](/en/database/tables/saletypecatheadinglink.md)
- [SearchCatGroupLink table](/en/database/tables/searchcatgrouplink.md)
- [SaleTypeGroupLink table](/en/database/tables/saletypegrouplink.md)
- [UserGroup table](/en/database/tables/usergroup.md)
- [SaleType table](/en/database/tables/saletype.md)
