Share via


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.
  • _insert
    Type: boolean
    A Boolean value that specifies whether the record should be inserted.

Return Value

Type: VendInvoiceInfoSubLine Table
The newly created VendInvoiceInfoSubLine record.

See Also

Reference

VendInvoiceInfoSubLine Table