apex_add_nav_item
Add a navigation menu item to an Oracle APEX application, linking to a target page with configurable name, icon, order, and visibility.
Instructions
Add a navigation menu item linking to a page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | Font APEX icon class. Common icons: - "fa-home": Home/Dashboard - "fa-users": Users, People - "fa-table": Data, Reports - "fa-cog": Settings, Configuration - "fa-bar-chart": Analytics, Charts - "fa-user": Profile, Account - "fa-file-text-o": Documents, Reports - "fa-shield": Security, Admin - "fa-plus": New, Add - "fa-search": Search | fa-circle |
| sequence | No | Display order (10, 20, 30...). | |
| item_name | Yes | Display text for the nav item (e.g., "Dashboard", "Users"). | |
| auth_scheme | No | Authorization scheme name to restrict visibility. Empty = visible to all authenticated users. | |
| parent_item | No | Parent nav item name for sub-navigation hierarchy. | |
| target_page | Yes | Page ID to navigate to when clicked. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |