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

> Per-associate landing page configuration for a given entity type

## landing\_page Table (497)

Per-associate landing page configuration for a given entity type

## Fields

| Name                      | Description                                                | Type                            | Nullable |
| ------------------------- | ---------------------------------------------------------- | ------------------------------- | :------: |
| landing\_page\_id         | Primary key                                                | PK                              |    No    |
| associate\_id             | The associate this landing page belongs to                 | FK [associate](./associate.mdx) |    No    |
| entity\_table\_number     | Table number identifying the entity (type of landing page) | TableNumber                     |    No    |
| selection\_id             | The selection to show on the landing page                  | FK [selection](./selection.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/K29AzWG9o76aEw_r/media/loc/en/database/tables/landing_page.png?fit=max&auto=format&n=K29AzWG9o76aEw_r&q=85&s=5817048e0586319c710596b4931c1083" alt="landing_page table relationship diagram" width="752" height="693" data-path="media/loc/en/database/tables/landing_page.png" />

## Indexes

| Fields                               | Types           | Description |
| ------------------------------------ | --------------- | ----------- |
| associate\_id, entity\_table\_number | FK, TableNumber | Unique      |

## Relationships

| Table                                    | Description                                                        |
| ---------------------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)                 | Employees, resources and other users - except for External persons |
| [landing\_page\_tab](./landing-page-tab) | A tab (pinned selection or entity record) on a landing page        |
| [selection](./selection)                 | Selections                                                         |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [landing_page_tab table](/en/database/tables/landing-page-tab.md)
- [SuperOffice.WebApi.Data.LandingPageEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.LandingPageEntity.md)
- [What's new in version 12.3.2195.0](/release-notes/database/changelog.md)
- [What's new in version 12.0.342.0](/release-notes/database/changes-12.0.342.md)
- [What's new in version 12.1.1412.0](/release-notes/database/changes-12.1.1412.md)
- [What's new in version 12.2.2072.0](/release-notes/database/changes-12.2.2072.md)
