Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.