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

# TabOrder table

> Order of tabs within a tab control, if configured by a user

## TabOrder Table (152)

Order of tabs within a tab control, if configured by a user

## Fields

| Name                      | Description                           | Type                            | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------- | :------: |
| TabOrder\_id              | Primary key                           | PK                              |    No    |
| associateId               | Associate who owns this tab order     | FK [associate](./associate.mdx) |    No    |
| tabName                   | Name of tab control                   | String(239)                     |    No    |
| tabOrder                  | The actual tab order                  | String(2047)                    |    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-bugfix-ty-screen-designer-paradox/A8Y_bcgEblTh4XOv/media/loc/en/database/tables/TabOrder.png?fit=max&auto=format&n=A8Y_bcgEblTh4XOv&q=85&s=7fd6e9881adf364ab814362a2ae4209a" alt="TabOrder table relationship diagram" width="386" height="59" data-path="media/loc/en/database/tables/TabOrder.png" />

## Indexes

| Fields               | Types           | Description |
| -------------------- | --------------- | ----------- |
| associateId, tabName | FK, String(239) | Index       |

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |

## Replication Flags

* Area Management controlled table. Contents replicated to satellites and traveller databases.
* 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.
