Share via


VendInvoiceInfoTable.insert Method

Inserts the current table record into the database.

Syntax

public void insert([boolean _defaultRelatedTables])

Run On

Server

Parameters

  • _defaultRelatedTables
    Type: boolean
    A Boolean value that indicates whether related tables should be set to default values on insert.

Remarks

Makes sure the TableRefId, SourceDocumentHeader, and SourceDocumentLine fields contain a value.The _defaultRelatedTables parameter is typically set to false when VendInvoiceTable records are copied between the saved and active images of this document.

See Also

Reference

VendInvoiceInfoTable Table