DEL_LedgerAccountCategory.validateDelete Method

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

Syntax

public boolean validateDelete()

Run On

Called

Return Value

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

Remarks

The removal of default account category rows is not permitted.

The default account category rows are identified by a value in the range of 1 through 1000 in the AccountCategoryRef field.

See Also

Reference

DEL_LedgerAccountCategory Table