首页 > 其他 > 详细

InventSumDelta表的作用

时间:2016-08-25 23:58:23      阅读:428      评论:0      收藏:0      [点我收藏+]
https://groups.google.com/forum/#!topic/microsoft.public.axapta.programming/rRfbJo9M0dk The purpose of the InventSumDelta table is to avoid locking on the InventSum table. During a transaction all inventory movements will be recorded in the InventSumDelta table (i.e. when InventTrans is inserted or updated). When the transaction is to be commited the method Application::ttsNotifyPreCommit is called and the contents of InventSumDelta is added to the relevant InventSum records. This replaces the IMTS in Ax 3.0 and 2.5 (sp?) This avoids locking InventSum until the very last moment. So, you can use InventSumDelta whenever the on-hand may be changed in the same transaction as the calling code.

InventSumDelta表的作用

原文:http://www.cnblogs.com/cnaxuser/p/5808717.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!