This documentation is archived and is not being maintained.
SysDefaultData.checkNotExistDB Method [AX 2012]
Determines whether a record exists in the database.
protected boolean checkNotExistDB()
Run On
Called
Return Value
Type:
boolean
true if a record does not exist in the database; otherwise, false.
If the record exists, a warning is put on the Infolog, and the method returns false. This method should not typically be overridden.