InventUpdateOnhand.mustAddInventSumLogTTS Method [AX 2012]
Specifies whether to log a change to an InventTrans record in the InventSumLogTTS table.
Syntax
public boolean mustAddInventSumLogTTS(InventTrans _inventTrans)
Run On
Called
Parameters
- _inventTrans
Type: InventTrans Table
The InventTrans record that causes the on hand changes.
Return Value
Type: boolean
true if the changes should be logged; otherwise, false.
Remarks
Call addInventSumLogTTS instead. The validation will be done as part of the addInventSumLogTTS method.