VendDirective_PSN::copyVendInvoiceRanges Method
Transfers the ranges from one query to another query.
Syntax
client server public static void copyVendInvoiceRanges(Query _unpostedInvoicesQuery, Query _postedInvoiesQuery)
Run On
Called
Parameters
- _unpostedInvoicesQuery
Type: Query Class
The query to transfer the ranges from.
- _postedInvoiesQuery
Type: Query Class
The query to transfer the ranges to.
Remarks
This method is designed to transfer the ranges from a query for unposted invoices to a query for posted invoices.