WMSLocationWizardTableCtrl_OutboundDock.checkNotExistTmp Method [AX 2012]
Determines whether a record exists in the temporary table.
Syntax
public boolean checkNotExistTmp([Common _bufferToCheck, boolean onlySuper])
Run On
Called
Parameters
- _bufferToCheck
Type: Common Table
- onlySuper
Type: boolean
Return Value
Type: boolean
true if the record does not exist in the temporary table; otherwise, false.
Remarks
If a record exists in the temporary table, a warning is put in the Infolog, and the method returns false. This method should not typically be overridden.