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

# extra_menus table

> This table contains entries for the extra menus in the system.

## extra\_menus Table (307)

This table contains entries for the extra menus in the system.

## Fields

| Name          | Description                                                                                  | Type                                   | Nullable |
| ------------- | -------------------------------------------------------------------------------------------- | -------------------------------------- | :------: |
| id            | The primary key (auto-incremented)                                                           | PK                                     |    No    |
| screen        | Enum indicating for what screen this is an extra menu (listTicket, listCustomer, main, etc). | screen                                 |    Yes   |
| label         | The label for this menu.                                                                     | String(128)                            |    Yes   |
| url           | The url for this menu.                                                                       | String(255)                            |    Yes   |
| target        | The target for this url.                                                                     | String(255)                            |    Yes   |
| icon\_url     | The icon url for this menu.                                                                  | String(255)                            |    Yes   |
| extra\_info   | Field used for various extra information depending on menu type                              | String(255)                            |    Yes   |
| order\_pos    | Used to order elements when listed.                                                          | Int                                    |    Yes   |
| flags         | Flags                                                                                        | UInt                                   |    Yes   |
| base\_program | Base program used in url (ticket, rms, ...)                                                  | base\_program                          |    Yes   |
| extra\_table  | ExtraTable that the menu is connected to                                                     | FK [extra\_tables](./extra-tables.mdx) |    Yes   |
| group\_id     | Link to extra\_menus table if this menu item is to be shown in a custom menu group           | FK [extra\_menus](./extra-menus.mdx)   |    Yes   |

<img src="https://mintcdn.com/superofficeas/6OcOTPa_ISkjXJg4/media/loc/en/database/tables/extra_menus.png?fit=max&auto=format&n=6OcOTPa_ISkjXJg4&q=85&s=0c92e00447c756fec59c5ae4ea03c08f" alt="extra_menus table relationship diagram" width="649" height="59" data-path="media/loc/en/database/tables/extra_menus.png" />

## Indexes

| Fields       | Types | Description |
| ------------ | ----- | ----------- |
| extra\_table | FK    | Index       |

## Relationships

| Table                           | Description                                                     |
| ------------------------------- | --------------------------------------------------------------- |
| [ejscript](./ejscript)          | ejscript                                                        |
| [extra\_menus](./extra-menus)   | This table contains entries for the extra menus in the system.  |
| [extra\_tables](./extra-tables) | This table contains entries for the extra tables in the system. |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.


## Related topics

- [extra_tables table](/en/database/tables/extra-tables.md)
- [Extra menus](/en/ui/blogic/learn/extra-menus/index.md)
- [extra_tables_result table](/en/database/tables/extra-tables-result.md)
- [extra_tables_entry table](/en/database/tables/extra-tables-entry.md)
- [extra_fields table](/en/database/tables/extra-fields.md)
- [ExtraTable](/en/automation/crmscript/reference/CRMScript.Native.ExtraTable.md)
