How to add Company Information details in default PO report

Hi all,

In AX 2012 R3.

I want to add TIN No., ECC No., CST No. and ST No. of company’s in default PO report in the header part.

Can any one please tell me how to add.

Thanks,

Sathish

What’s the problem? Are you asking how to develop reports in AX 2012 in general, or do you have a specific problem with the purchase order report?

Hi Martin,

I want to add those fields in PO report in header part.

Those fields are in TaxInformation_IN table. I don’t know how to add those fields in the default PO report.

If u know please help me on this.

You should first familiarize yourself with report development in AX 2012 in general. For example, look at report development on MSDN. You can also buy a book about it.

Then change the RDP class, PurchPurchaseOrderDP, to fetch the data, fill them to the appropriate table (PurchPurchaseOrderHeader if it should go to header) and then modify the design of the report.