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.

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.

This method should not normally be overridden.

Community Additions

ADD
Show: