AssetDepTransMap_JP::calcBeginningBalOfAccumulatedAlloAmtMst Method [AX 2012]
Calculates the beginning balance of the accumulated allocation amount in the accounting currency for a specified date.
client server public static AssetAmount calcBeginningBalOfAccumulatedAlloAmtMst(
AssetDepBookMap_JP _assetDepBookMap,
AssetTableInterval _assetTableInterval,
AssetTransDate _date)
Run On
CalledParameters
- _assetDepBookMap
- Type: AssetDepBookMap_JP Map
A buffer of a table that is mapped to the AssetDepBookMap_JP map.
- _assetTableInterval
- Type: AssetTableInterval Class
An instance of an AssetTableInterval subclass.
- _date
- Type: AssetTransDate Extended Data Type
The date for which to calculate the beginning balance.
Return Value
Type: AssetAmount Extended Data TypeThe beginning balance of the accumulated allocation amount in the accounting currency.
Show: