We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Stay on same record after clicking "Update" or "Publish"

Trevor Petrie
Tera Guru

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?

1 ACCEPTED SOLUTION

Mike Patel
Tera Sage

On your publish and update ui action add below before current.update

action.setRedirectURL(current);

Ex:

find_real_file.png

 

View solution in original post

5 REPLIES 5

Hi @mirahsan2 

 

No, the update as OOTB is to go to list view and save is to stay. You can bring both button in form.

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************