Share via


AssetDepBookTrans::amountMSTPerDateTransTypes Method

Gets the sum of the transactions from the AssetDepBookTrans table for the specified transaction types and asset information.

Syntax

client server public static AmountMST amountMSTPerDateTransTypes(
    AssetId _assetId, 
    AssetDepreciationBookId _assetDepreciationBookId, 
    container _assetTransTypes, 
    TransDate _fromTransDate, 
    TransDate _toTransDate, 
   [AssetJournalId _journalIdToExclude])

Run On

Called

Parameters

  • _assetTransTypes
    Type: container
    A container that contains the transaction types to include in the calculation.

Return Value

Type: AmountMST Extended Data Type
A sum of the transactions from the AssetDepBookTrans table.

See Also

Reference

AssetDepBookTrans Table