VendDirective_PSN::copyVendInvoiceInfoTableRange Method
Copies the ranges from a QueryBuildRange object for a field on the VendInvoiceInfoTable table to the corresponding field on a QueryBuildDataSource object for a VendInvoiceJour table object.
Syntax
client server public static boolean copyVendInvoiceInfoTableRange(QueryBuildRange _sourceRange, QueryBuildDataSource _destinationDatasource)
Run On
Called
Parameters
- _sourceRange
Type: QueryBuildRange Class
The range to copy from.
- _destinationDatasource
Type: QueryBuildDataSource Class
The data source to copy the range to.
Return Value
Type: boolean
true if the field exists in the mapping; otherwise, false.