Is there any way to go back to previous state on hitting standard CANCEL button in SuiteFlow?
In our workfow, flow is going to next state(in edit mode) on hitting a button. Is it possible to navigate to the previous state(or any other state) on hitting standard CANCEL button?
I tried below on transition condition:
TRANSITION ON: after record submit
and before record submit
EVENT TYPES: Cancel
but workflow doesnt go to the required state. Any suggestion can anyone give me please.