Module link to portal service catalog

Eric K3
Kilo Guru

How do I create a module in the platform UI that links to the portal service catalog?

We currently maintain two catalogs, one for ess users (portal) and another for itil users. We want to direct the itil users to the portal catalog.

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

You should be able to use a URL (from arguments) link type module where the URL in the arguments is something like: ./sp?id=sc_home

https://docs.servicenow.com/bundle/orlando-platform-user-interface/page/administer/navigation-and-ui...

If you want it to open in a new window/tab you can set the window name field to _blank.

View solution in original post

1 REPLY 1

Brad Tilton
ServiceNow Employee
ServiceNow Employee

You should be able to use a URL (from arguments) link type module where the URL in the arguments is something like: ./sp?id=sc_home

https://docs.servicenow.com/bundle/orlando-platform-user-interface/page/administer/navigation-and-ui...

If you want it to open in a new window/tab you can set the window name field to _blank.