How to not run Modify() trigger, when the rec gets updated from the Form ?

is there a way to not run Modify() trigger, when the rec gets updated from the Form ? in other word I want to call modify(false) when the user updating the record from the form.

Thank you

You have answered your own question already. Yes use modify(false) in the code that you write on form to update the record without calling the modify() trigger in the table.

Imran, The form is a tabular type form. So where should I put the modify(FALSE) ?

The key to being a successful Navision consultant is to know how the base product works. You need to spend time learning it. Go through all the posting routines and all the processes, look at how all the forms work.

Had you done this, then you would know that Form29 does exactly what you want.

Hi David

Thanks for the answer I will check it this afternoon; I am very new to Dynamic NAV in fact I am still learning.