> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SubscriptionUnit table

> The list of Subscription units, in the internal product register (year/quarter/month etc., or perhaps amounts if volume-based subscription)

## SubscriptionUnit Table (442)

SubscriptionUnit MDO list item table.
The list of Subscription units, in the internal product register (year/quarter/month etc., or perhaps amounts if volume-based subscription)

## Fields

| Name                      | Description                                                                     | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------------------------- | ------------------------------- | :------: |
| subscriptionunit\_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   |
| 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-bugfix-ty-screen-designer-paradox/cXByN-52D3CAMQji/media/loc/en/database/tables/SubscriptionUnit.png?fit=max&auto=format&n=cXByN-52D3CAMQji&q=85&s=6191a349001d845be97d26eb4afd2fa9" alt="SubscriptionUnit table relationship diagram" width="1030" height="887" data-path="media/loc/en/database/tables/SubscriptionUnit.png" />

## Indexes

| Fields | Types       | Description |
| ------ | ----------- | ----------- |
| name   | String(239) | Unique      |

## Relationships

| Table                                                        | Description                                                        |
| ------------------------------------------------------------ | ------------------------------------------------------------------ |
| [associate](./associate)                                     | Employees, resources and other users - except for External persons |
| [SubscriptionUnitGroupLink](./subscriptionunitgrouplink)     | User group link table for SubscriptionUnit, for MDO item hiding    |
| [SubscriptionUnitHeadingLink](./subscriptionunitheadinglink) | Heading link table for SubscriptionUnit, for MDO item headings     |

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