NAV 2017 intercepting record deletes w/ events
borealis
Member Posts: 35
I'm trying to intercept delete events for any table, as I am trying to create a generic (to any table) drag and drop data store and I will need to see if the associated record has any data storage links associated with it that need to be deleted. I'm trying to intercept global deletes via event subscriptions to codeunit 1 however it does not appear that OnAfterOnGlobalDelete or OnAfterOnDatabaseDelete are being triggered when records are deleted. I have tested this successfully on a table specific event by subscribing to an event on a specific table (table 27), but I was hoping to make a more generic solution that can be used on any table by making use of the codeunit 1 events.
Is this currently not implemented, is there a different event, or am I doing something wrong?
Is this currently not implemented, is there a different event, or am I doing something wrong?
0
Best Answer
-
Hi,
Check function GetDatabaseTableTriggerSetup - you have to set up OnDatabaseDelete parameter to TRUE if you would like to run OnAfterOnGlobalDelete. Or if you don't want to modify CU1, you can create subscriber to OnAfterGetDatabaseTableTriggerSetup in CU1.
Or just add the requested table to the change log setup table
Tomáš Kapitán5
Answers
-
Hi,
Check function GetDatabaseTableTriggerSetup - you have to set up OnDatabaseDelete parameter to TRUE if you would like to run OnAfterOnGlobalDelete. Or if you don't want to modify CU1, you can create subscriber to OnAfterGetDatabaseTableTriggerSetup in CU1.
Or just add the requested table to the change log setup table
Tomáš Kapitán5 -
Thanks Kepty, that is exactly the information I was looking for.0
Categories
- All Categories
- 73 General
- 73 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
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 328 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