Skip to content

Commit 95dc692

Browse files
authored
Merge pull request MicrosoftDocs#4901 from MicrosoftDocs/cli-updates
Removing LooupOptions docs and adding a link
2 parents 47e7061 + e0be270 commit 95dc692

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

powerapps-docs/developer/component-framework/reference/utility/lookupobjects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Model-driven apps
2929

3030
| Parameter Name|Type|Required|Description|
3131
| ------------- |----|--------|-----------|
32-
|lookupOptions|`UtilityApi.LookupOptions`|Yes|Defines the options for opening the lookup dialog. The LookupOptions has the following elements:<br/>- **allowMultiSelect**: `Boolean`. Indicates whether the lookup allows more than one item to be selected.<br/>- **defaultEntityType**: `String`. The default table type to use.<br/>- **defaultViewId**: `String`. The default view to use.<br/>- **entityTypes**: `String[]`. The table types to display.<br/>- **viewIds**: `String[]`. The views to be available in the view picker. Only System views are supported (not user views).|
32+
|lookupOptions|`UtilityApi.LookupOptions`|Yes|Defines the options for opening the lookup dialog. For a list of lookupOptions, see [lookupOptions](../../../model-driven-apps/clientapi/reference/Xrm-Utility/lookupObjects.md) |
3333

3434
## Return Value
3535

powerapps-docs/developer/component-framework/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,6 @@
227227
href: reference/linking/addlinkedentity.md
228228
- name: getLinkedEntity
229229
href: reference/linking/getlinkedentities.md
230-
- name: LookupOptions
231-
href: reference/lookupoptions.md
232230
- name: Metadata
233231
href: reference/metadata.md
234232
- name: Mode

0 commit comments

Comments
 (0)