MainAccount.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
This method checks the value of the adjustment method field when the adjustment indicator is marked. If the adjustment method is set to the None enumeration value, it does not allow the record to be saved.