Hi,
I need to create data flow to process the sync.SalesOrder BOD. I need to loop the order lines, for each orderline, get the item number, and call M3 API, and update the value from API response data into that order line in the original Sales Order BOD.
What is the best way to do this?
I tried to use split,but don't know how to update the value back to original Sales Order BOD.
Thanks in advance for your help.
Wayne