Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 RBOLoyaltyMSRCardTrans 表的插入方法中编写了一些代码,当我从 AX 客户端添加一些行时它工作正常,但是我希望在 POS 中发生事务并且数据写入此表时运行此代码,在此如果我的代码没有运行。
任何想法 ?
Insert在以下任何一种情况下,表的方法都不会触发:
Insert
doInsert()
insert()
insert_recordset
skipDataMethod(true)
super()