VendInvoiceInfoLine::createFromSaved Method
Inserts a new VendInvoiceInfoLine record based on the specified VendInvoiceInfoLinerecord.
Syntax
client server public static VendInvoiceInfoLine createFromSaved(
VendInvoiceInfoLine _saved,
ParmId _parmId,
boolean _creditRemaining,
[boolean _insert])
Run On
Called
Parameters
- _saved
Type: VendInvoiceInfoLine Table
The saved VendInvoiceInfoLine record to use to create the active VendInvoiceInfoLinerecord.
- _parmId
Type: ParmId Extended Data Type
The parameter ID of the current invoicing session.
- _creditRemaining
Type: boolean
A Boolean value that specifies whether the to calculate the remaining quantities.
- _insert
Type: boolean
A Boolean value that specifies whether the record is to be inserted into the database..
Return Value
Type: VendInvoiceInfoLine Table
The new VendInvoiceInfoLine record.