Redirect on a Confirm button to last session or page you was on

ServNowDev
Tera Guru

is there a way to redirect if the cancel button is selected to you last visited page or page you were just on? I have a confirm button when selecting a module to submit a new ticket request but if you chose to back out i want the user to go back to the last page they were on.

 

 

Thomas42_1-1708543586824.png

 

1 ACCEPTED SOLUTION

heres what i found worked using this code below

 

top.window.history.back();

View solution in original post

2 REPLIES 2

Anubhav24
Mega Sage
Mega Sage

Hi @ServNowDev ,

Can you try referring to the history table to navigate to the last page user was on [sys_ui_navigator_history].

Keep in mind that history does not stores all types of pages for example Homepages and UI Pages are not stored in history

Please mark correct/helpful if my response helped you.

heres what i found worked using this code below

 

top.window.history.back();