- 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 12:50 PM
Pros: You're not alone of doing a miss like that
Cons: This isn't the last time you miss something like that
//Göran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2017 11:19 PM
Krishna - This can be achieved with views. Did you try? You may have one view to take the user to platform form and another for Service Portal page.
Thanks
Antin
- 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