[Axapta-Knowledge-Village] How to track doUpdate and DoInsert methods?

2006-02-23 Thread Vikas Garg
Hi, Can any one tell me how to track doupdate and doinsert event on any table with Morphx. Like we have insert and update methods to tracks events for any insertion or updation of records of particular table. Thanks, Vikas Garg [Non-text portions of this message have been removed]

Re: [Axapta-Knowledge-Village] How to track doUpdate and DoInsert methods?

2006-02-23 Thread raj verma
hi, doUpdate doInsert method are not called by system when u insert or delete the records. you have to call these methods and then write your own code on these methods. hope this will work ;) shiv Vikas Garg [EMAIL PROTECTED] wrote: Hi, Can any one tell me how to track