Share via


DEL_LedgerAccountCategory.validateWrite Method

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

Syntax

public boolean validateWrite()

Run On

Called

Return Value

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

Remarks

The AccountCategory field must be specified and cannot already exist on another row in the table.

The AccountCategory field on a row is changeable but must be unique. The AccountCategoryRef field is required at the table level but for new rows it is not assigned until the insert has completed. The super method may not be called, as it will cause an error.

See Also

Reference

DEL_LedgerAccountCategory Table