Share via


InventLedgerConflictInventory.isInventoryAccount Method [AX 2012]

Indicates whether a specified account number is an inventory account.

Syntax

protected boolean isInventoryAccount(MainAccountNum _mainAccountId)

Run On

Called

Parameters

Return Value

Type: boolean
true if the account number is an inventory account; otherwise, false.

Remarks

The test is made by a lookup in the LedgerTableInterval table. This table is set "cacheTable=EntireTable", therefore, no data is cached locally in this class.

See Also

Reference

InventLedgerConflictInventory Class