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

# ProbGroupLink table

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

## ProbGroupLink Table (83)

User group link table for Prob, for MDO item hiding

## Fields

| Name                      | Description                           | Type                            | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------- | :------: |
| probgrouplink\_id         | Primary key                           | PK                              |    No    |
| prob\_id                  | Link to Prob list table               | FK [Prob](./prob.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/zNQa3AO19PFK63SB/media/loc/en/database/tables/ProbGroupLink.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=825e372580aac513fd2252af429d4a52" alt="ProbGroupLink table relationship diagram" width="652" height="648" data-path="media/loc/en/database/tables/ProbGroupLink.png" />

## Indexes

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

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |
| [Prob](./prob)           | Prob list table. Probability, used in  sales .                     |
| [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

- [ProbHeadingLink table](/en/database/tables/probheadinglink.md)
- [AssociateGroupLink table](/en/database/tables/associategrouplink.md)
- [CountryGroupLink table](/en/database/tables/countrygrouplink.md)
- [CreditedGroupLink table](/en/database/tables/creditedgrouplink.md)
- [CurrencyGroupLink table](/en/database/tables/currencygrouplink.md)
- [TaskGroupLink table](/en/database/tables/taskgrouplink.md)
