JavaScript

canOpenLookup

Description

Fires when the user tries to open the Lookup Grid window. If the event returns false, the action is cancelled.

To prevent the user from opening the Lookup Grid window, the event can return false. For example:

return false;