
hi,
Greetings
In D365 FO-AR module-Inquires & reports-Order-Ledger poting of sales order-
I need to add customer name and item name columns in this existing SSRS report
I m new to d365 F0.
I added new columns in tmp table, Also added just fields in the report design(the logic for the columns will be add later)
However the new added fields are not reflecting when i run the report
Atleast the column(label) should be visible(*as the temp table insertion of new fields in not written but the new column should be visble in the design )
The columns are also not visible
I searched you tube and some said we need to modify the Print managment class with event hanlder.
I dnt find that report anywhere (* i changed the report name in the controller classs but it dont take the new design)
How to I get to ask system to use my design and show the new columns
Also any idea s how we can get the customer name and item name in this report. Can I write display method or write the temp table insertion
If yes should i write in controller or helper class
Please asists
Hi NDingankar22,
Did you try Build>Rebuild solution and then deploy the report?Here is an example about adding new field to report: