Are there any Service Connect Gurus out there that can help me?
I have a workflow that creates a sales order from an input xml file. The workflow uses the 'SubmitNeworder' method and, in the main, works fine.
However, it has been brought to my attention that, although the sales lines are picking up the correct price list, quantity break discounts are not being applied.
A trace on a manual order shows the 'ChangeSellingQuantity' method is called when a quantity is entered, and this immediately followed by a 'ChangeDiscountPercent' method that has the amended prices. I have tried using the 'ChangeSellingQuantity' method in my workflow, but it does not change the prices. Pushing through a 'ChangeDiscountPercent' request doesn't either. Both these methods require a full data set.
I'm pulling my bloody hair out!!!!
I have a workflow that creates a sales order from an input xml file. The workflow uses the 'SubmitNeworder' method and, in the main, works fine.
However, it has been brought to my attention that, although the sales lines are picking up the correct price list, quantity break discounts are not being applied.
A trace on a manual order shows the 'ChangeSellingQuantity' method is called when a quantity is entered, and this immediately followed by a 'ChangeDiscountPercent' method that has the amended prices. I have tried using the 'ChangeSellingQuantity' method in my workflow, but it does not change the prices. Pushing through a 'ChangeDiscountPercent' request doesn't either. Both these methods require a full data set.
I'm pulling my bloody hair out!!!!