VendInvoiceInfoLineTaxExtension_IN::createFromActive Method
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.