What is this Back button UI action name called in all the forms?

ChuanYanF
Tera Guru

Dear experts,

 

I am creating a redirect rule for my risk event form, and I would like to know what is this Back button UI Action name is so that i can modify my script accordingly. Attached is the picture of the back button. Thank you.

ChuanYanF_0-1745460439959.png

 

1 ACCEPTED SOLUTION

Chaitanya ILCR
Kilo Patron

Hi @ChuanYanF ,

That's not an UI action that's HTML Button element with onclick it calls a function which takes to the previous page

 

ChaitanyaILCR_1-1745461755012.png

 

you can target that element using DOM but like @Maik Skoddow said it's not recommend

if you want to you can create an UI action of your proffered script and ask users to use that

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

 

View solution in original post

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

Hi @ChuanYanF 

It's not an UI Action but an hardcoded UI element. And I wouldn't recommend trying to imitate that button. The underlying topic more complex than thought and users already have everything they need for a "go back" behavior: the browser's back button and the "History" menu. For the remaining gap prefer implementing context-wise buttons which take your users to the right place in the underlying business process.

 

Maik

Chaitanya ILCR
Kilo Patron

Hi @ChuanYanF ,

That's not an UI action that's HTML Button element with onclick it calls a function which takes to the previous page

 

ChaitanyaILCR_1-1745461755012.png

 

you can target that element using DOM but like @Maik Skoddow said it's not recommend

if you want to you can create an UI action of your proffered script and ask users to use that

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya