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
- _assetGroup
Type: AssetGroupId Extended Data Type
The asset group to check for.
- _transDate
Type: TransDate Extended Data Type
The transaction date to check for.
- _assetDepreciationBookId
Type: AssetDepreciationBookId Extended Data Type
The book ID of the transaction.
- _assetTransType
Type: AssetTransType Enumeration
The transaction type of the asset.
Return Value
Type: AmountMST Extended Data Type
The sum of all transactions for the asset ID, depreciation book ID, and transaction type.