码迷,mamicode.com
首页 > 其他好文 > 详细

InventSumDelta表的作用

时间:2016-08-26 00:01:29      阅读:410      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!