Share via


VendInvoiceInfoSubTable::createFromVendInvoiceInfoLine Method

Creates a new record in the VendInvoiceInfoSubTable table, based on the existing VendInvoiceInfoLine record.

Syntax

client server public static VendInvoiceInfoSubTable createFromVendInvoiceInfoLine(
    VendInvoiceInfoLine _vendInvoiceInfoLine, 
    ParmId _parmId, 
    PurchName _purchName, 
   [boolean _insert])

Run On

Called

Parameters

  • _vendInvoiceInfoLine
    Type: VendInvoiceInfoLine Table
    The VendInvoiceInfoLine record to create a VendInvoiceInfoSubTable record.
  • _insert
    Type: boolean
    A Boolean value that specifies whether the record should be inserted; optional.

Return Value

Type: VendInvoiceInfoSubTable Table
The newly created VendInvoiceInfoSubTable record.

See Also

Reference

VendInvoiceInfoSubTable Table