Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.