How can i create a module inside of a module

RogérioV
Giga Contributor

RogrioV_0-1731591189538.png

I'm trying to create modules inside of my modules just like the image above, but i don't know how to do it. 

1 ACCEPTED SOLUTION

Brad Bowman
Kilo Patron
Kilo Patron

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

BradBowman_0-1731592130621.png

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.

View solution in original post

3 REPLIES 3

Brad Bowman
Kilo Patron
Kilo Patron

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

BradBowman_0-1731592130621.png

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.

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.

Ashish Parab
Mega Sage

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 -

https://developer.servicenow.com/dev.do#!/learn/learning-plans/xanadu/new_to_servicenow/app_store_le...

 

Please mark this as "correct" and "helpful" if you feel this answer helped you in anyway.

 

Thanks and Regards,

Ashish