Does anyone have an idea on how to trigger a workf...
# general
d
Does anyone have an idea on how to trigger a workflow to initiate state if changes are made after a vendor bill is approved
k
you could trigger on edit record
d
nothing works
the Bill just stays in pending approval
t
I have created a separate workflow that triggers on change of certain fields.
d
Can you please tell me how to do this
t
I am on a leave today but pls direct ping me tomorrow and I can share the screenshots of my workflow.
I set the conditions on the workflow level rather state level.
d
Awesome. Let me ping you tomorrow.
a
Ok @Deepthi I got this to work. Here are the steps I took. In the pending approval state I have these 3 actions. Set Status to Pending Approval (on entry) Set Edited Checkbox to Unchecked (on entry) and add button.
Then transition to Approved state (on button click)
In approved state I have the following actions. Set Status to Approved (on entry), set Edited checkbox = T (before user submit)
d
Thank you !!!!!! let me try this approach and i will update
a
Then add a transition back to pending approval state if Edited checkbox = T (after record submit)
Be sure you are checking the box using Before User Submit and triggering the tranisiont After Record Submit
d
okay let me try this.