AssetGroupDepBookTrans_IN::acquisitionAmount Method
Returns the sum of all Acquisition, Acquisition Adj, and Capital Reserver Transfer transactions for the asset ID and depreciation book ID that are less than or equal to the transDate value.
Syntax
client server public static AssetAmount acquisitionAmount(
AssetId _assetId,
TransDate _transDate,
AssetDepreciationBookId _depreciationBookId)
Run On
Called
Parameters
- _assetId
Type: AssetId Extended Data Type
The asset to check the amount for.
- _transDate
Type: TransDate Extended Data Type
The date of the transaction.
- _depreciationBookId
Type: AssetDepreciationBookId Extended Data Type
The book ID to find.
Return Value
Type: AssetAmount Extended Data Type
The sum of all Acquisition, Acquisition Adj, and Capital Reserver Transfer transactions.