CustVendTable.balanceAllCurrency Method [AX 2012]

Computes the sum of the transactions in either the VendTrans table, for vendors, or the CustTrans table, for customers.

display AmountCur balanceAllCurrency([CurrencyCode _currencyCode])

Run On

Called

Parameters

_currencyCode
Type: CurrencyCode Extended Data Type
The currency of the sum to be computed. The default value is the currency of the vendor or customer.

Return Value

Type: AmountCur Extended Data Type
The sum of the transactions.

Community Additions

ADD
Show: