Is there a way to use a workflow action script as ...
# suitescript
s
Is there a way to use a workflow action script as a condition? Basically I want to call a workflow action, return true/false, and then execute later transactions based on that true/false value
j
Yes! Have your WF Action return a value, store that value in a Workflow Field or State Field, then use that field in your condition.
assuming you meant “execute later actions” and not “execute later transactions”
s
yup! 🙂
So i'm trying to add it to a field, but store result in is empty? is there another way to set this?