Share via


WMSLocationWizardTableCtrl_Buffer.checkNotExistTmp Method [AX 2012]

Determines whether a record is in the temporary table.

Syntax

public boolean checkNotExistTmp([Common _cursor, boolean onlySuper])

Run On

Called

Parameters

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.

See Also

Reference

WMSLocationWizardTableCtrl_Buffer Class