extra_menus Table (307)
Some tooltip text!
• 1 minute to read
• 1 minute to read
This table contains entries for the extra menus in the system.
Fields
Name | Description | Type | Null |
---|---|---|---|
id | The primary key (auto-incremented) | PK | |
screen | Enum indicating for what screen this is an extra menu (listTicket, listCustomer, main, etc). | screen | ● |
label | The label for this menu. | String(128) | ● |
url | The url for this menu. | String(255) | ● |
target | The target for this url. | String(255) | ● |
icon_url | The icon url for this menu. | String(255) | ● |
extra_info | Field used for various extra information depending on menu type | String(255) | ● |
order_pos | Used to order elements when listed. | Int | ● |
flags | Flags | UInt | ● |
base_program | Base program used in url (ticket, rms, ...) | base_program | ● |
extra_table | ExtraTable that the menu is connected to | FK extra_tables | ● |
group_id | Link to extra_menus table if this menu item is to be shown in a custom menu group | FK extra_menus | ● |
Indexes
Fields | Types | Description |
---|---|---|
id | PK | Clustered, Unique |
extra_table | FK | Index |
Relationships
Table | Description |
---|---|
ejscript | ejscript |
extra_menus | This table contains entries for the extra menus in the system. |
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.