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

# tree_explorer_link table

> This table stores the link of entries in a tree-explorer

## tree\_explorer\_link Table (400)

This table stores the link of entries in a tree-explorer

## Fields

| Name         | Description                         | Type                                                  | Nullable |
| ------------ | ----------------------------------- | ----------------------------------------------------- | :------: |
| id           | Primary key                         | PK                                                    |    No    |
| entry\_id    | The id of the entry                 | FK [tree\_explorer\_entry](./tree-explorer-entry.mdx) |    No    |
| icon         | The icon of the entry               | String(255)                                           |    Yes   |
| href         | The href of the entry               | String(255)                                           |    Yes   |
| target       | The target of the href of the entry | String(255)                                           |    Yes   |
| tooltip      | The tooltip of the entry            | Clob                                                  |    Yes   |
| session\_key | The session this link belong to     | String(255)                                           |    Yes   |

<img src="https://mintcdn.com/superofficeas/8-OIGQQJR0VGDXy_/media/loc/en/database/tables/tree_explorer_link.png?fit=max&auto=format&n=8-OIGQQJR0VGDXy_&q=85&s=2336b6d9d4584d92a91a5d9a19cbe013" alt="tree_explorer_link table relationship diagram" width="557" height="59" data-path="media/loc/en/database/tables/tree_explorer_link.png" />

## Indexes

| Fields       | Types       | Description |
| ------------ | ----------- | ----------- |
| entry\_id    | FK          | Index       |
| session\_key | String(255) | Index       |

## Relationships

| Table                                          | Description                                      |
| ---------------------------------------------- | ------------------------------------------------ |
| [tree\_explorer\_entry](./tree-explorer-entry) | This table stores the entries in a tree-explorer |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [tree_explorer_entry table](/en/database/tables/tree-explorer-entry.md)
- [How to use links in docs](/contribute/markdown-guide/links-in-docs.md)
- [Database table listing](/en/database/tables/index.md)
- [Markdown guide](/contribute/markdown-guide/index.md)
- [Automated tests](/contribute/automated-tests.md)
- [Void](/en/automation/crmscript/reference/CRMScript.Global.Void.md)
