Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 73760

Problems adding new field to LedgerTrialBalance report

$
0
0

Hi everyone,
I have a problem with this standard report which I need to modify. I want to add a new field, and I have no problem with adding it to the design in Visual Studio and to the Temporal Table (the field already exists, but values are not inserted).
I realized that this report is working a little bit different than others. It uses a Query object in the AOT which is being passed as a parameter to the report. This parameter is called LedgerTrialBalanceDP_DynamicParameter. I tried to debug the ReportDataProvider class, but without success (instead, Contract and Controller are debugged without problems).
In the Visual Studio Project, Dataset gets data by this way:  SELECT * FROM LedgerTrialBalanceDP.LedgerTrialBalanceTmp, so I don't understand why debugger doesn't stop in LedgerTrialBalanceDP breakpoints.
 
It is strange because it seems that the application is not passing through LedgerTrialBalanceDP (I also tried to comment the line in this class where PrimaryFocus field is filled, and it is still being shown in the report after refreshing the dataset and implementing report again).
 
Please, if you have any idea why it could be happening... I would be very grateful. Thank you very much.
Marc

Viewing all articles
Browse latest Browse all 73760

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>