Share via


SysDefaultData.checkNotExistDB Method [AX 2012]

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.

See Also

Reference

SysDefaultData Class