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.
Creates records in the VendInvoiceInfoLine table and consolidates the default record in the _vendInvoiceInfoTable table in the VendEditInvoice form when the selected purchase lines are retrieved from the PurchSelectLines form.
Syntax
public void purchSelectLines(
Set _origPurchSubTableSet,
Set _newPurchLineSet,
VendInvoiceInfoTable _vendInvoiceInfoTable)
Run On
Called
Parameters
- _origPurchSubTableSet
Type: Set Class
A set of PurchId values for creating records in the _vendInvoiceInfoTable table.
- _newPurchLineSet
Type: Set Class
A set of RecId values for creating records in the VendInvoiceInfoLine table.
- _vendInvoiceInfoTable
Type: VendInvoiceInfoTable Table
The default VendInvoiceInfoTable record in the VendEditInvoice form.