Hi All,
We are trying to automate the Charges transaction from the web order to apply automatically when created as SO in AX.
So we added some nodes in the xml document like below, for the Header.
<ns0:MarkupTransHeader class="entity">
<ns0:CurrencyCode>USD</ns0:CurrencyCode>
<ns0:MarkupCategory>Fixed</ns0:MarkupCategory>
<ns0:MarkupCode>MINIMUM</ns0:MarkupCode>
<ns0:Value>5.00</ns0:Value>
</ns0:MarkupTransHeader>
and when the SO is created it will now included like this automatically.
but the problem is, when we are now generating the SO Confirmation Form. The Charges value is missing.