axapta - Insert Method of Table -
i've written code in insert method of rboloyaltymsrcardtrans table, working fine when add row ax client, want code run when transaction occur in pos , data written in table, in case code not running.
any idea ?
insert method of table not fire in of following cases:
- records inserted
doinsert()method (and notinsert()) - records massively inserted sql sentence
insert_recordsetskipdatamethod(true)mofifier. - records inserted form ,
insert()method of form datasource overriden , deletedsuper()call.
Comments
Post a Comment