Interface for options used in Xrm.Utility.lookupObjects

Hierarchy

  • LookupOptions

Properties

allowMultiSelect?: boolean

Indicates whether the lookup allows more than one item to be selected.

defaultEntityType?: string

The default entity type to use.

defaultViewId?: string

The default view to use.

disableMru?: boolean

Decides whether to display the most recently used(MRU) item.

Remarks

Available only for Unified Interface.

entityTypes: string[]

The entity types to display.

Used to filter the results.

searchText?: string

Indicates the default search term for the lookup control. This is supported only on Unified Interface.

showBarcodeScanner?: boolean

Indicates whether the lookup control should show the barcode scanner in mobile clients.

viewIds?: string[]

The views to be available in the view picker. Only system views are supported.

Generated using TypeDoc