Share via


ProjEmplTrans.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 validateWrite method must be called before a record is written to the database. It is automatically called from forms when the user tries to save the record. In addition to mandatory field validation performed by the parent method, it calls ProjValCheckTrans.ValidateMandatory to perform additional validations based on project parameter settings.

See Also

ProjEmplTrans Table

ProjValCheckTrans.validateMandatory Method