If you have assigned or validated any of the fields and update them in Database then we will use modify.
Ex:
Cust.get('XYZ');
Cust.Name := 'abc';
Above name will not be changed untill you add Cust. modify(); at the end.
modify(true) will call the OnModify trigger if that table.
modify() and modify(false) will not call the OnModify trigger.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.