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.
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.