- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2018 05:17 PM
I regularly receive feedback from our knowledge contributors saying that they find it frustrating how when they click "Update" or "Publish" on a KB article, it takes them to the previous record/dashboard/list they were viewing instead of remaining on the current knowledge record.
Is there a way to change this behavior at a global or per-user level?
Solved! Go to Solution.
- Labels:
-
Knowledge Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2018 05:44 PM
On your publish and update ui action add below before current.update
action.setRedirectURL(current);
Ex:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2018 05:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2018 07:08 PM
Thanks Mike, I'll have to wait until next week to try this as we're just about to go live with London.
Appreciate your quick response!
Cheers,
Trevor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2018 05:47 PM
Hi Trevor,
You can use the following before the current.update() call. This will keep the form open.
action.setRedirectURL(current)
Regards,
Giby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2024 07:49 AM - edited ‎02-05-2025 08:21 AM
Have used various versions of ServiceNow over the years, this has always been a odd quirk. Is their a GUI based way of adjusting this behavior instead by any chance?