Tool for Used Objects
Remco
Member Posts: 81
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.
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'm not sure there is a way other than modifying the objects. When you run a report, or any code for that matter, it is accessing the compiled BLOB field from the object table. I guess if you could somehow look at that you could. I think others have tried unsuccessfully, though.0
-
Maybe you can add code in function FindPrinter in codeunit 1, to log the ReportID? This function is executed, whenever a report is printed.No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)0
-
Hi all,
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,0 -
I think Mark created a sample for this, please do a search. It has been done. The trick is use a temp table and when logging out save the data.0
-
No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)0
-
Thank you !!0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 323 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions

