Share via


TradeTotals.mcrTotalOrderBalanceAbsoluteValue Method [AX 2012]

Returns the absolute value balance for the specified _recId.

Syntax

public AmountCur mcrTotalOrderBalanceAbsoluteValue(RecId _recId)

Run On

Server

Parameters

Return Value

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

Remarks

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.

See Also

Reference

TradeTotals Class