- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 05:35 AM
I'm trying to create modules inside of my modules just like the image above, but i don't know how to do it.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 05:52 AM
I don't have Inventory Management, but if you look at a similar example with Incident there's a Major Incidents menu within this that has items under it
In this example, Incident is an Application Menu. Major Incidents is a Module within that Application Menu with the Link type of Separator. Overview, Create Major Incident Candidate etc are also Modules within the Incident Application menu, but because they have an Order that is greater than Major Incidents, they appear within Major Incidents. This continues until the next Separator Module.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 05:52 AM
I don't have Inventory Management, but if you look at a similar example with Incident there's a Major Incidents menu within this that has items under it
In this example, Incident is an Application Menu. Major Incidents is a Module within that Application Menu with the Link type of Separator. Overview, Create Major Incident Candidate etc are also Modules within the Incident Application menu, but because they have an Order that is greater than Major Incidents, they appear within Major Incidents. This continues until the next Separator Module.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 06:23 AM
I looked at some examples in the application that is organized like this and realized that I needed to create separators to replicate the same result.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 05:52 AM - edited 11-14-2024 05:55 AM
Hi @RogérioV ,
- Open, or if required, create a new Application Menu (sys_app_application_list table) record; scroll down to the Modules related list.
- Click New to create a module under this menu.
- Fill in the required fields for the module:
- Title: Name the module.
- Link Type: Select the type of link for the module, like List of Records or URL (from Arguments).
- Table: Select the table this module should link to (if using List of Records).
For more information please review below article -
Please mark this as "correct" and "helpful" if you feel this answer helped you in anyway.
Thanks and Regards,
Ashish