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.
Indicates whether the current record is valid and ready to be written to the database.
Syntax
private boolean validateWrite_Server()
Run On
ClientOrServer
Return Value
Type: boolean
true if the record is valid; otherwise, false.
Remarks
This method was created to move execution of the logic for the validateWrite method onto the server.