- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2017 09:33 AM
my client wants to open a workbench kind of service portal page when user click on list view (instead of opening regular form view). Any help?????
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2017 04:26 PM
All you need to do is create Navigator Handler (sys_navigator) and override the navigation. This needs maint access though.
You may refer the below example on SC Request.
http://instancename.service-now.com/sys_navigator.do?sys_id=507343b4c0a80006003c695f0b521b0a
Hope this helps. Mark the answer as correct/helpful based on impact.
Thanks
Antin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2017 09:43 AM
You can open SP pages in the platform UI this way using:
URL: /nav_to.do?uri=$sp.do?id=index
Where 'id' is the page name of the SP page you want to load.
Hope that helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2017 10:25 AM
I understand that..... but how to embed that in list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2017 09:50 AM
Hello Krishna,
Is that list view is on the widget or from instance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2017 10:25 AM
it is regular instance list view.