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

# navigation_history table

> Per-associate navigation state; Current (persisted soprotocol) and Recent navigation entries, keyed by client and key

## navigation\_history Table (502)

Per-associate navigation state; Current (persisted soprotocol) and Recent navigation entries, keyed by client and key

## Fields

| Name                      | Description                                                                      | Type                                              | Nullable |
| ------------------------- | -------------------------------------------------------------------------------- | ------------------------------------------------- | :------: |
| navigation\_history\_id   | Primary key                                                                      | PK                                                |    No    |
| associate\_id             | The associate that owns this navigation entry                                    | FK [associate](./associate.mdx)                   |    No    |
| client                    | The client the entry belongs to, e.g. Crm or Admin                               | String(50)                                        |    No    |
| kind                      | Current (persisted navigation state) or Recent (recent-navigation entry)         | Enum [NavigationKind](./enums/navigationkind.mdx) |    No    |
| rank                      | Ordering for Recent entries (highest = most recent); 0 for Current               | Int                                               |    No    |
| key                       | Navigation key; identifies the screen/panel for Current, or the entry for Recent | String(199)                                       |    No    |
| navigation\_value         | The navigation value (soprotocol string)                                         | String(4000)                                      |    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/navigation_history.png?fit=max&auto=format&n=K29AzWG9o76aEw_r&q=85&s=a79d37937caa3c54e0a762a0f3e29434" alt="navigation_history table relationship diagram" width="466" height="59" data-path="media/loc/en/database/tables/navigation_history.png" />

## Indexes

| Fields                           | Types                             | Description |
| -------------------------------- | --------------------------------- | ----------- |
| associate\_id, client, kind, key | FK, String(50), Enum, String(199) | Unique      |

## Relationships

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

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [What's new in version 12.3.2195.0](/release-notes/database/changelog.md)
- [History table](/en/database/tables/history.md)
- [ticket_status_history table](/en/database/tables/ticket-status-history.md)
- [target_revision_history table](/en/database/tables/target-revision-history.md)
- [AssociateHistory table](/en/database/tables/associatehistory.md)
- [Enum values for NavigationKind](/en/database/tables/enums/navigationkind.md)
