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

# IntentGroupLink table

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

## IntentGroupLink Table (217)

User group link table for Intent, for MDO item hiding

## Fields

| Name                      | Description                           | Type                            | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------- | :------: |
| intentgrouplink\_id       | Primary key                           | PK                              |    No    |
| intent\_id                | Link to Intent list table             | FK [Intent](./intent.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/IntentGroupLink.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=082903a8790591440d94ae83dc553f3d" alt="IntentGroupLink table relationship diagram" width="654" height="651" data-path="media/loc/en/database/tables/IntentGroupLink.png" />

## Indexes

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

## Relationships

| Table                    | Description                                                                                                                                          |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| [associate](./associate) | Employees, resources and other users - except for External persons                                                                                   |
| [Intent](./intent)       | Intent list for SAINT. More information regarding SuperOffice Sales Intelligence on [http://techdoc.superoffice.com](http://techdoc.superoffice.com) |
| [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

- [IntentHeadingLink table](/en/database/tables/intentheadinglink.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)
