Share via


CustProvisionalBalanceDP.getBalanceByType Method [AX 2012]

Inserts transactional data into the CustProvisionalBalanceTmpValue table.

Syntax

protected void getBalanceByType(
    CustProvisionalBalanceTmpValue _tmpValue, 
    TransDate _fromDate, 
    DebitCredit _creditOrDebit)

Run On

Server

Parameters

  • _creditOrDebit
    Type: DebitCredit Enumeration
    A DebitCredit enum value which indicates whether to insert debit or credit transactions.

See Also

Reference

CustProvisionalBalanceDP Class