Link a custom UI page to module

abhijitsathe
Kilo Explorer

        Hi , I want to create a custom page which would be shown to users when they click on a module in application navigator. Can i do that? if yes please let me know how?

3 REPLIES 3

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Abhijit,



Please refer section 5 for more info on how to create modules. You can basically select module of type URL from arguments


and then you can point to your custom UI page as exam.do //Here assuming exam is the name of the UI Page you have created.


abhijitsathe
Kilo Explorer

Hi pradeep,


Thanks for the input. I know we can link content pages with the module but i want to link a UI page not a content page. do you know a way to achieve that?


Hi Abhijit,



As Pradeep said, UI page also can link to the module in the same way. Suppose your custom ui page name is 'u_my_custom' then create a new module as link type - URL(from Arguments:) and put 'u_my_custom.do' in Arguments column. Please let me know if any questions.



Thanks,


Sunil Safare