Share via


ProjTable.validateDelete Method

Determines whether the current record is valid and ready to be deleted from the database.

Syntax

public boolean validateDelete([boolean calledFromStatus])

Run On

Called

Parameters

  • calledFromStatus
    Type: boolean
    A Boolean value that indicates whether the method will also validate based on project status and type; optional.

Return Value

Type: boolean
true if the record is valid; otherwise, false.

Remarks

This method does not delete a project that still has subscription with fee transactions associated with it, or projects with sub-projects.

See Also

Reference

ProjTable Table