Share via


VendSettlementDP_CN.insertVendSettlementTmp Method [AX 2012]

Inserts the data into the temporary table.

Syntax

private void insertVendSettlementTmp(
    Name _name, 
    PaymId _PaymId, 
    Voucher _voucher, 
    VendTrans _vendTrans, 
    String255 _periodCode)

Run On

Server

Parameters

  • _vendTrans
    Type: VendTrans Table
    Passes the cursor of the table VendTrans to this method.

See Also

Reference

VendSettlementDP_CN Class