Change Log Entry Behavior

Eddie
Member Posts: 26
Hi.
In NAV 4.0 change log entry captures changes made by user on form. If I run for example report to change data on the same table, then change log entry doesn’t captures data changes.
NAV2013 doesn’t have this behavior. Change log entry captures both of these situations. I did research in CU1 but didn’t find anything that could do the difference between data changes fired from page by user and data changes made by Report, Codeunit etc…
I need in change log entry only changes made by user entered from page, not data changes made by program code. I’m looking for something like CurrFieldNo used in tables.
Any idea? Thank you.
In NAV 4.0 change log entry captures changes made by user on form. If I run for example report to change data on the same table, then change log entry doesn’t captures data changes.
NAV2013 doesn’t have this behavior. Change log entry captures both of these situations. I did research in CU1 but didn’t find anything that could do the difference between data changes fired from page by user and data changes made by Report, Codeunit etc…
I need in change log entry only changes made by user entered from page, not data changes made by program code. I’m looking for something like CurrFieldNo used in tables.
Any idea? Thank you.
0
Comments
-
There are 2 sets of triggers:
The old ones:OnGlobalxxxx-triggers of older versions. These are only triggered when a user does something and not by code. If you do it by code, you need to handle it yourself. NAV 4 has only these triggers and CANNOT use the newer ones.
The new ones:OnDatabasexxxx-triggers. These were implemented into NAV2009 or SP1 or R2 (don't remember exactly). These triggers were invented because of the connection NAV-CRM and NAV had to send ALL changes in tables to CRM. So they must also be triggered by changes done by code.Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!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
- 322 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