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

Trevor Petrie
Giga 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.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

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/atul_grover_lng [ Connect for 1-1 Session]

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