Hi guys,
I'm currently developing a customization on "PurchPurchaseOrder" report of MS AX 2012.
I need the report to display one or more data such as "Invoicing Address" of current company, "PurchaseType" of PO.... which are not included in the default report's data provider.
So, in AX, I created a new table named "MyPurchOrderHeader" to contain those data and included it in the data provider of "PurchPurchaseOrder" report.
In VS, I set the newly added table as a new dataset, add some fields to display those data, rebuilt the project, deloyed the customized report.
The problem is, the report show blank data when run on AX client.
For checking, I used the function "IsNothing()" on the newly added data fields' values, and strangely, the result is "true".
In development workspace, I already checked the "MyPurchOrderHeader" table, maked sure it has data and only 1 record.
I has been dealing with this problem for a couple days now, already tried restart SSRS and start customization from beginining again, but no luck.
If you guys faced a problem like this before, please show me how to do fix this.
Thanks in advandce.