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

> This table stores the entries in a tree-explorer

## tree\_explorer\_entry Table (399)

This table stores the entries in a tree-explorer

## Fields

| Name             | Description                                           | Type                                                  | Nullable |
| ---------------- | ----------------------------------------------------- | ----------------------------------------------------- | :------: |
| id               | Primary key                                           | PK                                                    |    No    |
| parent\_id       | The parent id of the entry                            | FK [tree\_explorer\_entry](./tree-explorer-entry.mdx) |    No    |
| name             | The name of the entry                                 | String(255)                                           |    No    |
| icon             | The icon of the entry                                 | String(255)                                           |    Yes   |
| onclick          | The onclick action of the entry                       | String(255)                                           |    Yes   |
| href             | The href of the entry                                 | String(255)                                           |    Yes   |
| tooltip          | The tooltip of the entry                              | Clob                                                  |    Yes   |
| target           | The target of the href of the entry                   | String(255)                                           |    Yes   |
| sort\_order      | The order of the entry                                | Int                                                   |    Yes   |
| leaf             | True if the entry is a leaf node                      | Bool                                                  |    Yes   |
| session\_key     | The session this entry belongs to                     | String(255)                                           |    Yes   |
| expand\_order    | If \&gt; 0 then expanded and insertorder for the tree | Int                                                   |    Yes   |
| tree\_key        | The key used for reloading                            | String(255)                                           |    Yes   |
| internal\_id     | The internal id for the tree                          | String(255)                                           |    Yes   |
| internal\_parent | The internal parent id for the tree                   | String(255)                                           |    Yes   |

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

## Indexes

| Fields        | Types       | Description |
| ------------- | ----------- | ----------- |
| parent\_id    | FK          | Index       |
| session\_key  | String(255) | Index       |
| expand\_order | Int         | Index       |
| tree\_key     | String(255) | Index       |

## Relationships

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

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [tree_explorer_link table](/en/database/tables/tree-explorer-link.md)
- [Automated tests](/contribute/automated-tests.md)
- [Database table listing](/en/database/tables/index.md)
- [kb_entry table](/en/database/tables/kb-entry.md)
- [extra_tables_entry table](/en/database/tables/extra-tables-entry.md)
- [eab_entry table](/en/database/tables/eab-entry.md)
