How to Find Search Screen URL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2012 10:13 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2012 10:30 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2012 10:37 AM
Worked perftect thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2012 10:30 AM
The url for a search form on the task table would be:
nav_to.do?uri=task_search.do