문제

I create SSRS report that read data from Sales order in AX 2012.

In my SSRS report I want to calculate Total Amount and VAT for the Sales Order but i can't find where can get the tax for sales order.

도움이 되었습니까?

해결책

There is no simple answer for this, but you should not use the tables your self, but use the class SalesTotals to calculate.

You may also consider looking at class SalesConfirmDP to see how in does its job.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top