Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.