Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.