Share via


AssetGroupDepBookTrans_IN::amountMSTPerDateTransType Method

Returns the sum of all transactions for the asset ID, depreciation book ID, and transaction type that are less than or equal to the transDate value.

Syntax

client server public static AmountMST amountMSTPerDateTransType(
    AssetGroupId _assetGroup, 
    TransDate _transDate, 
    AssetDepreciationBookId _assetDepreciationBookId, 
    AssetTransType _assetTransType)

Run On

Called

Parameters

Return Value

Type: AmountMST Extended Data Type
The sum of all transactions for the asset ID, depreciation book ID, and transaction type.

See Also

Reference

AssetGroupDepBookTrans_IN Table