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

# AmountClassGroupLink table

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

## AmountClassGroupLink Table (226)

User group link table for AmountClass, for MDO item hiding

## Fields

| Name                      | Description                           | Type                                | Nullable |
| ------------------------- | ------------------------------------- | ----------------------------------- | :------: |
| amountclassgrouplink\_id  | Primary key                           | PK                                  |    No    |
| amountclass\_id           | Link to AmountClass list table        | FK [AmountClass](./amountclass.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/-KbDeS3ObOMH8eFq/media/loc/en/database/tables/AmountClassGroupLink.png?fit=max&auto=format&n=-KbDeS3ObOMH8eFq&q=85&s=a538b62886ed6e5f54eee099ac1e5a5d" alt="AmountClassGroupLink table relationship diagram" width="770" height="738" data-path="media/loc/en/database/tables/AmountClassGroupLink.png" />

## Indexes

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

## Relationships

| Table                        | Description                                                                                                                                                                                                                                                                  |
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [AmountClass](./amountclass) | Amount Class list for SuperOffice Sales Intelligence (Saint) - used to group sales by amounts, into bins (low --> high) called amount classes. More information regarding SuperOffice Sales Intelligence on [http://techdoc.superoffice.com](http://techdoc.superoffice.com) |
| [associate](./associate)     | Employees, resources and other users - except for External persons                                                                                                                                                                                                           |
| [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

- [AmountClassHeadingLink table](/en/database/tables/amountclassheadinglink.md)
- [AmountClass table](/en/database/tables/amountclass.md)
- [UserGroup table](/en/database/tables/usergroup.md)
- [Currency table](/en/database/tables/currency.md)
- [SubscriptionUnitGroupLink table](/en/database/tables/subscriptionunitgrouplink.md)
- [associate table](/en/database/tables/associate.md)
