VendInvoiceInfoSubLine::createFromSavedSubLine Method
Creates a new record in the VendInvoiceInfoSubLine table using the saved VendInvoiceInfoSubLine record.
Syntax
client server public static VendInvoiceInfoSubLine createFromSavedSubLine(
VendInvoiceInfoSubLine _vendInvoiceInfoSubLine,
ParmId _parmId,
RefRecId _lineRefRecId,
[boolean _insert])
Run On
Called
Parameters
- _vendInvoiceInfoSubLine
Type: VendInvoiceInfoSubLine Table
The VendInvoiceInfoSubLine record from which to create the new VendInvoiceInfoSubLine record.
- _parmId
Type: ParmId Extended Data Type
The parameter ID for the new record.
- _lineRefRecId
Type: RefRecId Extended Data Type
The line reference record ID for the new record.
- _insert
Type: boolean
A Boolean value that specifies whether the record should be inserted.
Return Value
Type: VendInvoiceInfoSubLine Table
The newly created VendInvoiceInfoSubLine record.