Share via


VendInvoiceInfoLine.insert Method

Optionally sets the status of the corresponding PurchLine to be set to Open order as there is a saved pending invoice against the PurchLine.Optionally activates the Purchase Request workflow.Create a SourceDocumentLine.

Syntax

public void insert([boolean _defaultRelatedTables])

Run On

Server

Parameters

  • _defaultRelatedTables
    Type: boolean
    True if related tables should be defaulted on insert; otherwise false. This parameter would typically be false when VendInvoiceInfoLinerecords are copied between the saved and active images of this document.

Remarks

Inserting will cause the status of the corresponding PurchLine table to be set to open order as there is a saved pending invoice against the PurchLine table.

See Also

Reference

VendInvoiceInfoLine Table