AssetGroupTrans_IN::amountMSTPerDateTranstype Method
Returns the sum of all amounts for an asset.
Syntax
client server public static AmountMST amountMSTPerDateTranstype(
AssetGroupId assetGroupId,
TransDate transDate,
AssetBookId assetBookId,
AssetTransType assetTransType,
AssetId assetId)
Run On
Called
Parameters
- assetGroupId
Type: AssetGroupId Extended Data Type
The asset group ID to search for.
- transDate
Type: TransDate Extended Data Type
The transaction date to search for.
- assetBookId
Type: AssetBookId Extended Data Type
The book ID to search for.
- assetTransType
Type: AssetTransType Enumeration
The transaction type of the asset.
- assetId
Type: AssetId Extended Data Type
The asset ID to search for.
Return Value
Type: AmountMST Extended Data Type
The sum of all amounts for an asset.