I am hoping that I am missing something simple here - building a workflow that sets the custom form based on customer subsidiary then sets location field based on the form. Here are my actions: Action 1
Type: Set Field Value
Trigger On: After Field Edit
Triggering Client Fields: Customer
Condition: Customer : Subsidiary = X
Parameters
Field: Customer Form
Static Value: Sales Order Form X
Action 2
Type: Set Field Value
Trigger On: After Field Edit
Triggering Client Fields: Custom Form
Condition: Custom Form = Sales Order Form X
Parameters
Field: Location
Static Value: Location X
What is happening is Customer field populated in UI -> Custom Form value changes -> Location is set per workflow -> Custom Form actually changes -> Location is cleared out
How can I delay setting the location until after the form actually changes?