CatDisplayCategoryTable.validateDelete Method
Performs the necessary validations before the record is deleted from the database.
Syntax
public boolean validateDelete()
Run On
Called
Return Value
Type: boolean
true if it is OK to delete the record; otherwise, false.
Remarks
OK to delete if this record is an alias, or this record is one without ProcureCategory counterpart. Note that the requirement of "the record is not the DisplayCategory root node" is implicitly met because a root node is never an alias or one without ProcureCategory counterpart.