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

# AmountClass table

> Amount Class list for SuperOffice Sales Intelligence (Saint) - used to group sales by amounts, into bins (low --&gt; high) called amount classes. More information regarding SuperOffice Sales Intelligence on http;//techdoc.superoffice.com

## AmountClass Table (225)

AmountClass MDO list item table.
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

## Fields

| Name                      | Description                                                                                                                                                         | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- | :------: |
| AmountClass\_Id           | Primary key                                                                                                                                                         | PK                              |    No    |
| name                      | The list item                                                                                                                                                       | String(239)                     |    No    |
| rank                      | Rank order                                                                                                                                                          | UShort                          |    Yes   |
| tooltip                   | Tooltip or other description                                                                                                                                        | String(254)                     |    Yes   |
| deleted                   | 0 -> record is active 1 -> record is 'deleted' and should not be shown in lists                                                                                     | UShort                          |    Yes   |
| amountFrom                | Lower limit of this amount class                                                                                                                                    | Double                          |    Yes   |
| amountTo                  | Upper limit of this amount class                                                                                                                                    | Double                          |    Yes   |
| currencyId                | Currency the limits in this amount class refer to. Mixing currencies between classes can give rise to overlapping intervals and thus unpredictable classifications. | FK [Currency](./currency.mdx)   |    Yes   |
| 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/AmountClass.png?fit=max&auto=format&n=-KbDeS3ObOMH8eFq&q=85&s=5e3844a9c4780c5a45253c4a81b2d3a3" alt="AmountClass table relationship diagram" width="1006" height="852" data-path="media/loc/en/database/tables/AmountClass.png" />

## Indexes

| Fields     | Types       | Description |
| ---------- | ----------- | ----------- |
| name       | String(239) | Unique      |
| amountFrom | Double      | Index       |
| amountTo   | Double      | Index       |

## Relationships

| Table                                              | Description                                                        |
| -------------------------------------------------- | ------------------------------------------------------------------ |
| [AmountClassGroupLink](./amountclassgrouplink)     | User group link table for AmountClass, for MDO item hiding         |
| [AmountClassHeadingLink](./amountclassheadinglink) | Heading link table for AmountClass, for MDO headers                |
| [associate](./associate)                           | Employees, resources and other users - except for External persons |
| [CounterValue](./countervalue)                     | Visible for rights                                                 |
| [Currency](./currency)                             | Currency list table                                                |

## 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)
- [AmountClassGroupLink table](/en/database/tables/amountclassgrouplink.md)
- [amountclass](/en/api/mdo-providers/reference/amountclass.md)
- [SuperOffice.WebApi.Data.AmountClassEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.AmountClassEntity.md)
- [CounterValue table](/en/database/tables/countervalue.md)
- [Currency table](/en/database/tables/currency.md)
