Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 72043

How to get the shipping charge amount?

$
0
0

I added a shipping charge to a delivery mode, and when I click the totals button, the charge appears on the display screen. In order for AX to display this charge amount, it must be grabbing the charge I set from somewhere. How to I grab this information? I provided a screenshot for the information that I want to grab below. Note that the total charges is the shipping charge that I set for the item. If there were other charges, I assume this value would be the sum of those charges. I only need to acquire the shipping charge, which in this case would be the $88.88.   Is there some sort of getter for this info? Something along the lines of  table.fieldName. I passed the instance of the SalesCalcTax_Sales instance into my post event handler, from this I found the recID of the salesTable. Can I use any these to help me get to the charge amount. I cant find a field in the salesTable or any of the salesLines that hold a shipping charge


Viewing all articles
Browse latest Browse all 72043

Trending Articles