VendDirective_PSN::copyVendInvoiceInfoLineRange Method
Copies the ranges from a QueryBuildRange object for a field on the VendInvoiceInfoLine table to the corresponding field on a QueryBuildDataSource object for a VendInvoiceTrans table object.
Syntax
client server public static boolean copyVendInvoiceInfoLineRange(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.