Is it possible to create a workflow for a SO line ...
# suiteflow
s
Is it possible to create a workflow for a SO line item field that automatically updates when a field on the project record is changed? I'm new to Suiteflow and can't seem to find any success with this scenario
a
You wouldn’t be able to do this in “real-time”. But you could do it on a schedule. As frequently as every 30 min. Would that work?
s
Yes that would work. It's a custom field and not showing in the field parameter though. Any thoughts why that could happen?
a
Is the project assigned to the header project field on the sales order? Or each line item?
s
The project is on each line item
a
Probably best to make a transaction saved search that has the criteria you want For example when project.customfield = X or whatever your criteria Then setup a scheduled workflow with a sublist action group. Using a set field value action set your SO line field to Job (line) > custom field
s
Ahh gotcha. Very helpful. Thanks so much!!!
One last question. If I wanted to update an SO line field when a certain project field changes, would they be possible also? Might be too many joins