Share via


VendPayableBalanceDP_CN.insertVendPayableBalanceTmp_CN Method [AX 2012]

Inserts the data into the temporary table.

Syntax

private void insertVendPayableBalanceTmp_CN(
    VendAccount _vendAccount, 
    AmountMST _openingBal, 
    AmountMST _periodBal, 
    AmountMST _periodPayment, 
    AmountMST _closingBalance, 
    int _days, 
    String255 _periodCode)

Run On

Server

Parameters

  • _days
    Type: int
    Passes the no of days in selected period.

See Also

Reference

VendPayableBalanceDP_CN Class