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

# 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/3ZhivzBeXAvFeVZx/media/loc/en/database/tables/TabOrder.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=eadfb313d2e90a3db9e9d6dbff8cf5aa" 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.


## Related topics

- [SuperOffice.WebApi.Data.TabOrder](/en/api/reference/webapi/SuperOffice.WebApi.Data.TabOrder.md)
- [SuperOffice.WebApi.Agents.PreferenceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.PreferenceAgent.md)
- [SuperOffice.WebApi.Agents.IPreferenceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IPreferenceAgent.md)
- [SuperOffice.WebApi.Data.UserDefinedFieldInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserDefinedFieldInfo.md)
- [Save Tab Orders](/en/api/reference/restful/agent/preference_agent/save-tab-orders.md)
- [Save Tab Order](/en/api/reference/restful/agent/preference_agent/save-tab-order.md)
