How to Find Search Screen URL

Jpeugh
Kilo Explorer

Does anyone know how to find the proper URL for a module utilizing the Search Screen type. Everytime I right click and copy URL all i get is this: nav_to.do?uri=task.do?sys_id=

Clearly the sys_id is missing. to find it i tried editing the module and then copying the sys_id from there however when i combine the sys_ID from there to the above URL i alway come up with a error saying "Page Unfound". Any ideas on how to get this to work i really want to add it to an IFRAME

3 REPLIES 3

CapaJC
ServiceNow Employee
ServiceNow Employee

The "Copy URL" looks broken there, but do the following: http://www.instance.url/table_name_search.do

e.g., http://demo13.service-now.com/change_request_search.do

Essentially, just append "_search.do" to the table name in the URL.


Worked perftect thank you!


Brad Tilton
ServiceNow Employee
ServiceNow Employee

The url for a search form on the task table would be:
nav_to.do?uri=task_search.do