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.
Find if the given ledger dimension is a fixed asset account by checking it against fixed asset posting profile.
Syntax
client server public static boolean isFixedAssetAccount(
AssetBook _assetBook,
AssetGroupId _assetGroupId,
LedgerDimensionAccount _ledgerDimension,
AssetTransType _transType,
[CurrentOperationsTax _postingLayer])
Run On
Called
Parameters
- _assetBook
Type: AssetBook Table
Asset value model
- _assetGroupId
Type: AssetGroupId Extended Data Type
Asset group id.
- _ledgerDimension
Type: LedgerDimensionAccount Extended Data Type
Given ledgerdimension.
- _transType
Type: AssetTransType Enumeration
Asset transaction type.
- _postingLayer
Type: CurrentOperationsTax Enumeration
posting layer.
Return Value
Type: boolean
true if the ledger dimension is a fixed asset account.