Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether a record is in the temporary table.
Syntax
protected boolean checkNotExistTmp([Common _bufferToCheck])
Run On
Called
Parameters
- _bufferToCheck
Type: Common Table
Return Value
Type: boolean
true if the record is not in the temporary table; otherwise, false.
Remarks
If a record is in the temporary table, a warning is put in the Infolog, and the method returns false. This method should not typically be overridden.