Share via


VendAccountStatementIntDP.insertVendAccountStatementIntTmpRil Method [AX 2012]

Inserts records into the CustVendAccountStatementIntTmp table.

Syntax

public void insertVendAccountStatementIntTmpRil(boolean _blSchedule, RecordInsertList _ril)

Run On

Server

Parameters

  • _blSchedule
    Type: boolean
    The Boolean value that indicates whether the _blSchedule parameter is retrieved and set.
  • _ril
    Type: RecordInsertList Class
    A RecordInsertList object to which the CustVendAccountStatementIntTmp record will be added.

See Also

Reference

VendAccountStatementIntDP Class