Question
Accenture DO Brasil Ltda
BR
Posted: Oct 13, 2023
Last activity: Feb 13, 2024
Last activity: 13 Feb 2024 4:29 EST
Solved
Back Button
I have a back button beeing used in a chid case, but the child case can be opened in alternative screen flows, so everytime the button is clicked it directs me to the father case because its configured with an Open work by handle action. Are there any whay i can configure it to perform an action like a JavaScript similar to: if(backButton) { backButton.addEventListener('click',function() { window.history.back(); }); }