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 a record exists in the database.
Syntax
protected boolean checkNotExistDB()
Run On
Called
Return Value
Type: boolean
true if a record does not exist in the database; otherwise, false.
Remarks
If the record exists, a warning is put on the Infolog, and the method returns false. This method should not typically be overridden.