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

# AmountClassHeadingLink table

> Heading link table for AmountClass, for MDO headers

## AmountClassHeadingLink Table (227)

Heading link table for AmountClass, for MDO headers

## Fields

| Name                       | Description                           | Type                                | Nullable |
| -------------------------- | ------------------------------------- | ----------------------------------- | :------: |
| amountclassheadinglink\_id | Primary key                           | PK                                  |    No    |
| amountclass\_id            | Link to AmountClass list table        | FK [AmountClass](./amountclass.mdx) |    No    |
| heading\_id                | Link to Heading table                 | FK [Heading](./heading.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/AmountClassHeadingLink.png?fit=max&auto=format&n=-KbDeS3ObOMH8eFq&q=85&s=4eea005131d27c503f171a8aa15eedb2" alt="AmountClassHeadingLink table relationship diagram" width="769" height="737" data-path="media/loc/en/database/tables/AmountClassHeadingLink.png" />

## Indexes

| Fields          | Types | Description |
| --------------- | ----- | ----------- |
| amountclass\_id | FK    | Index       |
| heading\_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                                                                                                                                                                                                           |
| [Heading](./heading)         | Heading items for all MDO lists, lists that are grouped and filtered.                                                                                                                                                                                                        |

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

- [AmountClassGroupLink table](/en/database/tables/amountclassgrouplink.md)
- [AmountClass table](/en/database/tables/amountclass.md)
- [Heading table](/en/database/tables/heading.md)
- [SubscriptionUnitHeadingLink table](/en/database/tables/subscriptionunitheadinglink.md)
- [Currency table](/en/database/tables/currency.md)
- [associate table](/en/database/tables/associate.md)
