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.
Inserts a new VendInvoiceInfoLineTaxExtension_IN table record, based on the VendInvoiceInfoLine table records that are supplied.
Syntax
client server public static VendInvoiceInfoLineTaxExtension_IN createFromActive(VendInvoiceInfoLine _activeVendInvoiceInfoLine, VendInvoiceInfoLine _savedVendInvoiceInfoLine)
Run On
Called
Parameters
- _activeVendInvoiceInfoLine
Type: VendInvoiceInfoLine Table
The VendInvoiceInfoLine table record to use to create the saved VendInvoiceInfoLineTaxExtension_IN table record.
- _savedVendInvoiceInfoLine
Type: VendInvoiceInfoLine Table
The VendInvoiceInfoLine table record to use to create the saved VendInvoiceInfoLineTaxExtension_IN table record.
Return Value
Type: VendInvoiceInfoLineTaxExtension_IN Table
The VendInvoiceInfoLineTaxExtension_IN table record that is inserted.