Вопрос

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