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.
Indicates whether a specified account number is an inventory account.
Syntax
protected boolean isInventoryAccount(MainAccountNum _mainAccountId)
Run On
Called
Parameters
- _mainAccountId
Type: MainAccountNum Extended Data Type
The account number to check.
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.