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

# SaleTypeGroupLink table

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

## SaleTypeGroupLink Table (150)

User group link table for SaleType, for MDO item hiding

## Fields

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

## Indexes

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

## Relationships

| Table                    | Description                                                                |
| ------------------------ | -------------------------------------------------------------------------- |
| [associate](./associate) | Employees, resources and other users - except for External persons         |
| [SaleType](./saletype)   | Type of sale - large solution, incremental, whatever fits the organization |
| [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)
- [PaymentTypeGroupLink table](/en/database/tables/paymenttypegrouplink.md)
- [ProjTypeGroupLink table](/en/database/tables/projtypegrouplink.md)
- [DeliveryTypeGroupLink table](/en/database/tables/deliverytypegrouplink.md)
- [ProductTypeGroupLink table](/en/database/tables/producttypegrouplink.md)
- [PMembTypeGroupLink table](/en/database/tables/pmembtypegrouplink.md)
