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.

最新文章

  1. Android学习之Handler消息传递机制
  2. 【Origin】 画道
  3. Ubuntu安装Mysql+Django+MySQLdb
  4. Jlink烧写图文教程
  5. AS 断点调试 debug
  6. 【Android进阶】在开发中Application到底用来做什么
  7. XAF-BI.Dashboard模块概述 web/win
  8. mysql常用基础操作语法(十二)~~常用数值函数【命令行模式】
  9. .Net Core微服务系列--开篇
  10. Ansible--Ad-Hoc
  11. spring+shiro共享session完整小例子
  12. try语句的使用
  13. Maya cmds pymel 单位和轴向设置
  14. Difference Between Session.run and Tensor.eval
  15. JAVA中ArrayList与LinkedList的区别以及对应List使用foreach与使用下标遍历的效率问题
  16. php匹配页面中的所有路径
  17. Failed to start component [StandardEngine[Catalina].stadardHost[loclahost].StandardContent[/GarageMgtB]]
  18. libimobiledevice --Mingw32交叉编译
  19. Python自动发邮件——smtplib和email库和yagmail库
  20. css继承和层叠

热门文章

  1. hsql数据库使用详解(入门)及快速使用
  2. EF 数据初始化
  3. 非root用户 gcc安装
  4. 使用JDBC实现Oracle用户认证
  5. WPF中通过代码设置控件的坐标
  6. 洛谷 P1007 独木桥
  7. Java读取Level-1行情dbf文件极致优化(2)
  8. HQL查询——HQL查询的基本用法
  9. 19-ES6(2)
  10. 第一代intel核显id:0046的10.9驱动安装详解(转)