Create User log file
vyanku
Member Posts: 791
Can we create user log file which contains information login time,date and the information about the activity perform by user like which forms he opend,which table he access etc.?
How? :-k
How? :-k
0
Comments
-
If you are on sql you can write the code on table triggers.0
-
-
If you are on sql you can write the code on table triggers.
Is SQL then OK but I am using Native DB. and the problem of bigger logfile we can solve it by using restrictions setup.
But problem is IS it possible in native database?How can we identify that the user opened this form and that report?0 -
I think your one problem can be solved by "Change Log" setup in the Native DB.(I think this is what u looking for!)
I am not sure whether we can keep the track of who opened which form or report.Thanks,
Ritesh0 -
I think your one problem can be solved by "Change Log" setup in the Native DB.(I think this is what u looking for!)
I am not sure whether we can keep the track of who opened which form or report.
I know the change log setup bit it provides us only the date and time worked .I want to keep track on every user who opened which form or report.Is it possible in navision?0 -
Not that I know of. At least if you don't want to put some code in each report or form.vyanku wrote:I know the change log setup bit it provides us only the date and time worked .I want to keep track on every user who opened which form or report.Is it possible in navision?Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
I know the change log setup bit it provides us only the date and time worked .I want to keep track on every user who opened which form or report.Is it possible in navision?
In the change log you have information about the userid also!! :-k is this what you do not want?Thanks,
Ritesh0 -
I want all this information as will as the information that which from or report the user accessing ?0
-
Sorry, no such a tool exists. You can just :
1) Log the login and logout (standard just count the work time per day, but can be customized)
2) Log user data changes (Change log)
You cannot log the object manipulation (running form, report etc.) - or you can, but this will have big impact to performance. You can turn on Code coverage for all users (by code, customization) and let the codecoverage to login all code which is executed. You just needs to save these data to some table where they will persist logout...)0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions

