Share via


InventBatchJournalAttributeCalculator.batchAttributeSupported Method [AX 2012]

Determines whether the calculator supports the batch attribute that it is supposed to perform computations against.

Syntax

public boolean batchAttributeSupported()

Run On

Called

Return Value

Type: boolean
true if supported; otherwise, false.

Remarks

The determination is made directly by the InventBatchJournalAttributeOperator class. If there is an implementation to support the batch attribute then true is returned; otherwise, false.

See Also

Reference

InventBatchJournalAttributeCalculator Class