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 not insert())
  • records massively inserted sql sentence insert_recordset skipdatamethod(true) mofifier.
  • records inserted form , insert() method of form datasource overriden , deleted super() call.

Comments

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

How to mention the localhost in android -

php - Calling a template part from a post -