Hi all,
Can you please tell me how the auto charges or charge codes are assigned to an EDI Sales Order created from outside dynamics through an integrated web app. Which service class calls it and where can I find it. In Dynamics, the Markup class's insertMarkupTrans() method is responsible which is called via SalesTable's createMarkupTrans() method.
I want to know if the same class method will be called in case of EDI Sales Order as well. If yes, can you show me the place where it is called. I had posted it before but nobody answered it because the problem statement was unclear, maybe.