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

# landing_page_tab table

> A tab (pinned selection or entity record) on a landing page

## landing\_page\_tab Table (498)

A tab (pinned selection or entity record) on a landing page

## Fields

| Name                      | Description                                                                                                      | Type                                                      | Nullable |
| ------------------------- | ---------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | :------: |
| landing\_page\_tab\_id    | Primary key                                                                                                      | PK                                                        |    No    |
| landing\_page\_id         | The landing page this pin belongs to                                                                             | FK [landing\_page](./landing-page.mdx)                    |    No    |
| table\_number             | Table number of the pinned record (selection table number, or entity table number such as contact, person, sale) | TableNumber                                               |    No    |
| record\_id                | The id of the pinned record in the referenced table                                                              | RecordId                                                  |    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    |
| pinned                    | Whether this tab is pinned by the associate                                                                      | Bool                                                      |    No    |
| rank                      | Display order of the tab within the landing page                                                                 | Int                                                       |    No    |
| tab\_type                 | What kind of content the tab shows (selection, entity record, or a hardcoded provider)                           | Enum [LandingPageTabType](./enums/landingpagetabtype.mdx) |    No    |
| provider\_name            | Provider key for a provider tab (e.g. LastTickets, FavouriteTickets); empty for selection and entity tabs        | String(128)                                               |    No    |

<img src="https://mintcdn.com/superofficeas/K29AzWG9o76aEw_r/media/loc/en/database/tables/landing_page_tab.png?fit=max&auto=format&n=K29AzWG9o76aEw_r&q=85&s=9830522265e33e9f4b67a6364307d67d" alt="landing_page_tab table relationship diagram" width="738" height="59" data-path="media/loc/en/database/tables/landing_page_tab.png" />

## Indexes

| Fields                                                       | Types                                  | Description |
| ------------------------------------------------------------ | -------------------------------------- | ----------- |
| landing\_page\_id                                            | FK                                     | Index       |
| landing\_page\_id, table\_number, record\_id, provider\_name | FK, TableNumber, RecordId, String(128) | Unique      |

## Relationships

| Table                           | Description                                                        |
| ------------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)        | Employees, resources and other users - except for External persons |
| [landing\_page](./landing-page) | Per-associate landing page configuration for a given entity type   |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [landing_page table](/en/database/tables/landing-page.md)
- [Enum values for LandingPageTabType](/en/database/tables/enums/landingpagetabtype.md)
- [Save Landing Page Tabs](/en/api/reference/restful/agent/configuration_agent/save-landing-page-tabs.md)
- [What's new in version 12.3.2195.0](/release-notes/database/changelog.md)
- [Get Landing Page](/en/api/reference/restful/agent/configuration_agent/get-landing-page.md)
- [Save Landing Page Entity](/en/api/reference/restful/agent/configuration_agent/save-landing-page-entity.md)
