Share via


VendRoutingSlipReportDP_PSN.insertTempRecord Method [AX 2012]

Inserts a record into the VendRoutingSlipReportTmp_PSN temporary table using the data in the passed in QueryRun object.

Syntax

private void insertTempRecord(QueryRun _queryRun, [boolean _unpostedQuery])

Run On

Server

Parameters

  • _queryRun
    Type: QueryRun Class
    The QueryRun object that contains the data to be inserted into the temporary table.
  • _unpostedQuery
    Type: boolean
    A Boolean value signifying whether the passed in QueryRun object represents a query of unposted invoices.

See Also

Reference

VendRoutingSlipReportDP_PSN Class