Hi,
There is a report in Dynamics 365 F&O called 'PurchStatisticsVendItem'.
When I open the report in Visual Studio, the data source is:
SELECT * FROM PurchVendItemStatisticsDP.PurchVendItemStatistcsTmp
I would like to know how this tmp table is being built - in particular the fields 'LineAmountPrd1' and 'QtyPrd1'
How do I go about this?
I have looked in the Classes for the report but there appears to be only a 'getReportName' class - I believe I need to locate the 'processReport ' class but cannot find this?
Thanks,
Michael