Skip to content

Commit 46e1195

Browse files
committed
Update lookupObjects.md
1 parent 06a67a2 commit 46e1195

File tree

1 file changed

+5
-2
lines changed
  • powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-Utility

1 file changed

+5
-2
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-Utility/lookupObjects.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ search.app:
3838
|searchText|String|No|Indicates the default search term for the lookup control. This is supported only on [Unified Interface](https://docs.microsoft.com/power-platform/admin/about-unified-interface).|
3939
|showBarcodeScanner|Boolean|No|Indicates whether the lookup control should show the barcode scanner in mobile clients.|
4040
|viewIds|Array|No|The views to be available in the view picker. Only system views are supported.|
41-
|successCallback |Function |Yes |A function to call when the lookup control is invoked. An array of objects with the following properties is passed:<br/><ul><li>**entityType**: String. Entity type of the record selected in the lookup control.</li><li>**id**: String. ID of the record selected in the lookup control.</li><li>**name**: String. Name of the record selected in the lookup control.</li>|
42-
|errorCallback |Function |Yes |A function to call when you cancel the lookup control or the operation fails. |
41+
42+
**successCallback**: Function. A function to call when the lookup control is invoked. An array of objects with the following properties is passed:<br/><ul><li>**entityType**: String. Entity type of the record selected in the lookup control.</li><li>**id**: String. ID of the record selected in the lookup control.</li><li>**name**: String. Name of the record selected in the lookup control.</li>
43+
44+
45+
**errorCallback**: Function. A function to call when you cancel the lookup control or the operation fails.
4346

4447
## Example
4548

0 commit comments

Comments
 (0)