Share via


SysDefaultData.checkNotExistTmp Method [AX 2012]

Determines whether a record exists in the temporary table. If it does, a warning is put in the Infolog, and the method returns false.

Syntax

protected boolean checkNotExistTmp([Common bufferToCheck])

Run On

Called

Parameters

  • bufferToCheck
    Type: Common Table
    Optional; default is this.buffer()

Return Value

Type: boolean
true if the record does not exist in the temporary table; otherwise, false.

Remarks

This method should not normally be overridden.

See Also

Reference

SysDefaultData Class