Question

LTI
IN
Last activity: 28 Jul 2025 1:47 EDT
Restart Stage
I have requirement in our Application when ever user click on reopen a- assignment link case should moved back to that assignment.
I achieved that scenario with help of below step-
(1) Create a link - (action tab - set - restart step name) and 2 action- finished assignment.
(2) in flow provide utility shape and run pxReStartStage activity.
(3) Provide when condition in assignment.
above step working fine. Here i am facing issue with when ever i click on link and if any mandatory field are blank than i got client side validation error.
I can't write function(disable client side validation ) as per our application. Any other way to stop client side validation when we are click on that link. Please let me know if there are any work around.