Report view statistic

I need to take statistic on every report viewed by every user.

I was hoping to modified the ObjectRun class that every report extends but look like not accessible in the AOT.

Do you have any idea how I could do a simple modification instead of modifing every report in the AOT.

AX 3.0

Thanks

AX 2009 logs information about number of report executions in ClassFactory.reportRunClass() (to SysUtilElementsLog table). I believe it was the same in AX 3, but it’s so many years…

It doesn’t track individual users, but you can extend it.