Hi all,
i want to customize the CustVendPaymProposal report. My goal is to add a Field to the RDP Table.
Here are my steps i have done so far:
1. On Table "CustVendPaymProposal": Add Field "DocumentNum" ==> EDT: DocumentNum
2. On Class "CustVendPaymProposalController" (Method: "insertCustVendPaymProposalTmp"):
Add the line: "custVendPaymProposalTmp.DocumentNum = LedgerJournalTable.DocumentNum;"
3. Switch to Visual Studio and open the SSRS Report
4. Expand Datasets => Right click on "CustVendPaymProposalDS" => Refresh
And now there is my problem, the Field "DocumentNum" isn't here after the refresh.
- I didn't change the query: "Select * from ..."
- I also checked the design of the Table "CustVendPaymProposal" in SQL Server, where the field is added too.
- I noticed that if i open the report in VS i got this 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."
I added some Screenshots here:

What i am missing?
Thanks for every help!