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.
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.