ReqTransUpdate.mustUpdateQty Method [AX 2012]
Determines whether the requirement profile should be updated by subtract and add InventSumLogTTS records.
protected boolean mustUpdateQty(InventSumLogTTS _addLog, InventSumLogTTS _subLog)
Run On
ServerParameters
- _addLog
- Type: InventSumLogTTS Table
An InventSumLogTTS record that represent the from state of an inventory transaction change.
- _subLog
- Type: InventSumLogTTS Table
An InventSumLogTTS record that represents the to state of an inventory transaction change.
Community Additions
ADD
Show: