Find end point of database method during update of a field

Hi All,

I’m working on Ax 4.0. I have a requirement to insert record into TableB when TableA is modified. I used ‘modifiedField’ method of TableA. Issue is, After modification in form, if the use does not save the changes, the modified value will not be saved and the record will be inserted in TableB. I need to know which is end point (table method) in database where the data is saved into database. I used ‘write’ and ‘validateWrite’ method, but the control does not come to these methods when TableA is modified through code or form.

Regards,

Raghavendra.

Hey,

I used ‘update’ method of TableA. It works fine. This method will be called when any field is modified from form or by code using ‘update’ or ‘write’ method. Correct me if I’m wrong.

Regards,

Raghavendra.