ProjGroup.validateDelete Method
Validates whether the project group can be deleted.
Syntax
public boolean validateDelete()
Run On
Called
Return Value
Type: boolean
true if the project group can be deleted; otherwise, false.
Remarks
The validateDelete method does not do any additional validation beyond the related record validation done by the parent method. The validateDelete method must be called before a record is deleted. It is automatically called from forms when the user tries to delete the record.