I have a workflow that puts certain order types on...
# general
p
I have a workflow that puts certain order types on hold automatically on record creation depending on whether any of the sales order line items meet the conditions of a saved search, but it seems like there's a slight delay causing some sales orders to not appear in the search results right away. What's the best way to get around this?
z
Is the workflow running after submit?
If the workflow is running before the record saves, then there won't be anything for the search to lookup
p
Yeah, it's running after submit, so it works most of the time, just not 100% of the time