Hello,
Does anybody know about a tool that can analyze if a object is being used by the users. So which reports are being used and which are not. I'm not talking about the Code Coverage. I also don't want to modify every object to create a logrecord when a object is being used.
0
Comments
i know this is an old request but i'm facing exactly the same request. I have to count the number of times reports are launched so i decided to create a new table and to fill it in function FindPrinter of the codeunit 1. But the system return an error "you cannot make any changes until a transaction has been started..."
So i understand the error message but i don't find another way to do. (I clearly cannot modify all reports)
Thank you for your help
Best regards,