PurchReqTable.checkDelete Method
Checks whether a record in the PurchReqTable table can be deleted.
Syntax
public boolean checkDelete(boolean _throwInfo)
Run On
ClientOrServer
Parameters
- _throwInfo
Type: boolean
A Boolean value that determines whether to display an Infolog message if the record cannot be deleted.
Return Value
Type: boolean
true if the record can be deleted; otherwise false.