Order of triggers in Table
                
                    MelekBoujelbene                
                
                    Member Posts: 17                
            
                        
            
                    Hello NAV experts,
What is the order of triggers execution in a Table Object?
exemple: is onModify before onValidate ?
Regards.
                What is the order of triggers execution in a Table Object?
exemple: is onModify before onValidate ?
Regards.
0                
            Answers
- 
            Hello!
 OnValidate - then user change value in field and move to next field or VALIDATE function is called
 OnModify - then user save record (press ok for example) OR MODIFY(TRUE) is called
 And after OnValidate, OnModify not automaticly triggered0
- 
            That means when both are used in a Table, onValidate of the field goes first THEN onModify when the user press Ok after modification of a record ?0
- 
            > @MelekBoujelbene said:
 > That means when both are used in a Table, onValidate of the field goes first THEN onModify when the user press Ok after modification of a record ?
 Yes1
- 
            Let's say you have your cursor on a field:
 "Quantity"
 On a list page:
 1. You enter a value and afterwards you switch to the next field in the same record (with tab for example), this will call the "Quantity - OnValidate" event
 2. You switch to the next line / record below after you did some modifications in your current record. Now the "OnModify" event will be called
 On a card page:
 1. Same as 1. in "On a list page"
 2. You leave the page by closing or clicking the "OK" button. When modifications are done, the "OnModify" event will be called.
 Tip:
 Use the debugger to see how NAV is behaving with the page and table triggers. Helps a lot! :-)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

