TradeTotals.mcrTotalOrderBalanceAbsoluteValue Method [AX 2012]

Returns the absolute value balance for the specified _recId.

public AmountCur mcrTotalOrderBalanceAbsoluteValue(RecId _recId)

Run On

Server

Parameters

_recId
Type: RecId Extended Data Type
The RecId that specifies which buffer to return the balance for.

Return Value

Type: AmountCur Extended Data Type
The absolute value balance for the specified _recId.

Same as totalOrderBalance() except returning the absolute value balance stored in orderBalancesAbsoluteValue map.

See updateOrderBalances method for comments on why absolute value is being tracked.

Community Additions

ADD
Show: