Share via


VendPromissoryNoteReportDP.insertVendPromissoryNoteReportTmp Method [AX 2012]

Inserts records into the VendPromissoryNoteReportTmp table.

Syntax

private void insertVendPromissoryNoteReportTmp(Common _cursor)

Run On

Server

Parameters

  • _cursor
    Type: Common Table
    The parameter is used when inserting the records.

Remarks

The records are inserted into the VendPromissoryNoteReportTmp table that is based on the value of the parameter passed.

The parameter pointer is passed from the processReport method.

See Also

Reference

VendPromissoryNoteReportDP Class