VendInvoiceInfoTable.deleteWithoutDeleteActions Method
Deletes related tables on the VendInvoiceInfoTable hierarchy below VendInvoiceInfoTable without using cascading delete actions.
Syntax
public void deleteWithoutDeleteActions([boolean _deleteAll])
Run On
Called
Parameters
- _deleteAll
Type: boolean
True if you wish to delete all subordinate tables that do not have valid foreign keys back to a VendInvoiceInfoTable; otherwise this method will act as an instance method and only delete subordinated tables for this record.
Remarks
This method works like an instance method when _deleteAll is false and like a static method when _deleteAll is true.