Share via


InventUpd_Physical.disableCacheForBufferCheck Method [AX 2012]

Determines whether the cache should be disabled for the buffer check in the InventTrans.updateSumUp method.

Syntax

protected boolean disableCacheForBufferCheck()

Run On

Server

Return Value

Type: boolean
true if the cache should be disabled; otherwise, false.

Exceptions

Exception Condition
Error

The receiptTransList list is not initialized.

Remarks

For best performance, the cache should be disabled if the item has serial numbers and the cache holds more than 1000 elements.

The number of elements in the cache is equal to the number of elements in the receiptList list.

See Also

Reference

InventUpd_Physical Class