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
CalledParameters
- bufferToCheck
- Type: Common Table
Optional; default is this.buffer()
Return Value
Type: booleantrue if the record does not exist in the temporary table; otherwise, false.
Community Additions
ADD
Show: