I have a workflow question, I need to clear a field on a sales order when an approval button is pressed, is there a way to do that? Or what is the best method to accomplish this?
p
Phillip
04/25/2023, 9:50 PM
when it goes to the next step of the approval workflow I would set the field in entry to blank
t
Todd Juenemann
04/25/2023, 9:55 PM
I need to have it blank before leaving the state as the transition requires it
p
Phillip
04/25/2023, 9:56 PM
you can also blank on exit from the current state
m
MGBC
04/25/2023, 10:07 PM
A button in a workflow can only execute a transition. It cannot perform other actions
MGBC
04/25/2023, 10:09 PM
What is the use case for creating a NULL value then using the null value as the criteria of your transition?