Share via


ReqTransUpdate.mustUpdateQty Method [AX 2012]

Determines whether the requirement profile should be updated by subtract and add InventSumLogTTS records.

Syntax

protected boolean mustUpdateQty(InventSumLogTTS _addLog, InventSumLogTTS _subLog)

Run On

Server

Parameters

  • _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.

Return Value

Type: boolean
true if the requirement profile should be updated; otherwise, false.

See Also

Reference

ReqTransUpdate Class