Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription
OwnerwindowContains the name of the window from which to display the Lookup dialog.
TableThe name of the indexed OpenInsight table to search.
IndexedfieldsAn @vm-delimited list of indexed columns in table which the user can supply search criteria for.

Note: The upper limit to the number of columns allowable in the Indexedfields Indexed fields parameter is twenty four(24).

DisplayedfieldsAn @vm-delimited list of columns in table which will be displayed to the user in the resultant Popup.
ModeEither "SINGLE" or "MULTI", specifying whether multiple selections can be made from the resultant Popup. (Optional, defaults to "MULTI".)
PopupnameBy default, the IndexLookup function creates a Popup which displays the columns specified by displayedfields. You can override the default Popup by passing the name of the Popup to use. When using an existing popup, the columns defined within the Displayedfields parameter are ignored.(Optional, defaults to null.)

...