Share via


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

Return Value

Type: AssetAmount Extended Data Type
The sum of all Acquisition, Acquisition Adj, and Capital Reserver Transfer transactions.

See Also

Reference

AssetGroupDepBookTrans_IN Table