Hi everybody,
I have a trouble when I want to update the datasets in a SalesPackingSlip report in Visual Studio 2010.
In AX 2012 I have modified a temporary table adding three new fields in SalesPackingSlipDetailsTmp, and in SalesPackingSlipDP I have modified the code to fill the new fields. Save this changes and move to model this class and this temporary table, and deploy the report.
In Visual Studio I open the Dynamics AX project model where I have the report, and first of all the VS show the following message:
: message AX1053: The model file was saved with an old version of the Dynamics AX Reporting Tools. Saving the file will also update its version to the current version.
After that, I open the report, and in dataset SalesPackingSlipDetailsDS of the report only can see the standard fields of the table, this dataset its not the same as dataset from AX.
The properties of this dataset SalesPackingSlipDetailsDS are as follows:
Datasource: Dynamics AX
Data source type : Report Data provider
Name : SalesPackingSlipDetailsDS
Query : SELECT * FROM SalesPackingSlipDP.SalesPackingSlipDetailsTmp
I would appreciate help solving this issue.
Kind regards,
Josep