VendInvoiceInfoLine::updateFromActive Method
Updates the VendInvoiceInfoLine record from the supplied VendInvoiceInfoLine record, and then links the updated record with the supplied one.
Syntax
client server public static VendInvoiceInfoLine updateFromActive(VendInvoiceInfoLine _activeLine)
Run On
Called
Parameters
- _activeLine
Type: VendInvoiceInfoLine Table
The VendInvoiceInfoLine record to use for updating the VendInvoiceInfoLine record.
Return Value
Type: VendInvoiceInfoLine Table
The VendInvoiceInfoLine record that has been inserted.