You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/data-platform/xrm-tooling/use-connection-strings-xrm-tooling-connect.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ CrmServiceClient svc = new CrmServiceClient(ConnectionString);
85
85
86
86
The following examples show how you can use connection strings for connecting to online deployments and authentication scenarios. The connection string examples for on-premises and IFD deployment instances is now available in the Dynamics 365 Customer Engagement (on-premises) documentation at: [Use connection strings in XRM tooling to connect](/dynamics365/customerengagement/on-premises/developer/xrm-tooling/use-connection-strings-xrm-tooling-connect)
87
87
88
-
### Named account using Microsoft 365
88
+
### Named account using Office365
89
89
90
90
Create a new connection to Dataverse using a UserName or Password via Office365. This `AuthType` is deprecated and we recommend to use `OAuth` as the preferred authentication type. More information: [Authenticate using Office365](/power-platform/important-changes-coming#deprecation-of-office365-authentication-type-and-organizationserviceproxy-class-for-connecting-to-dataverse)
91
91
@@ -98,7 +98,7 @@ Create a new connection to Dataverse using a UserName or Password via Office365.
98
98
Url=https://contoso.crm.dynamics.com"/>
99
99
```
100
100
101
-
### OAuth using named account in Microsoft 365 with UX to prompt for authentication
101
+
### OAuth using named account in Office365 with UX to prompt for authentication
102
102
103
103
Create a new connection to Dataverse using a UserID or Password via OAuth.
104
104
@@ -179,4 +179,4 @@ Create a new connection to Dataverse using a Application or Client Id and a Clie
Copy file name to clipboardExpand all lines: powerapps-docs/user/quick-find.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ Use single-table quick find to only search for rows in a view.
48
48
49
49
Multiple-table quick find searches up to 10 tables and returns the search results grouped by table.
50
50
51
+
You can view a maximum of 80 rows per table with multiple-table quick find. You may need to refine your query, if the row that you're looking for is outside the maximum range.
52
+
51
53
1. To start a categorized search, on the command bar, select **Search**.
Copy file name to clipboardExpand all lines: powerapps-docs/user/relevance-search.md
+3-37Lines changed: 3 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ manager: kvivek
6
6
ms.service: powerapps
7
7
ms.component: pa-user
8
8
ms.topic: conceptual
9
-
ms.date: 2/8/2021
9
+
ms.date: 6/24/2021
10
10
ms.author: mkaur
11
11
ms.custom: ""
12
12
ms.reviewer: ""
@@ -27,10 +27,6 @@ With relevance search, the search box is always available at the top of every pa
27
27
> [!div class="mx-imgBorder"]
28
28
> 
29
29
30
-
## Turn on relevance search
31
-
32
-
Your administrator must turn on the new relevance search experience for your organization. When relevance search is turned on, you'll see a search box in the header that resembles the search experience you're familiar with. After it's enabled, it will be available across all model-driven apps in your organization. More information: [Configure relevance search to improve search results and performance](/power-platform/admin/configure-relevance-search-organization)
33
-
34
30
35
31
## See recent rows and searches
36
32
@@ -156,7 +152,7 @@ The date and time facets let you filter and see search results for a specific pe
156
152
157
153
## Feedback link
158
154
159
-
On the search results page, the answer to **Did you find what you were looking for?** is collected in our product telemetry as a binary feedback. Search parameters—like the query text that you entered in the search box—isn't collected, irrespective of your response to the question. We only use **Yes** or **No** response statistics to help us understand the usefulness of the new search experience.
155
+
On the search results page, the answer to **Did you find what you were looking for?** is collected in our product telemetry as a binary feedback. Search parameters—like the query text that you entered in the search box—isn't collected, irrespective of your response to the question. We only use **Yes** or **No** response statistics to help us understand the usefulness of the search experience.
160
156
161
157
Currently there is no option to disable the feedback question prompt.
162
158
@@ -262,7 +258,7 @@ Use double quotation marks around a keyword to perform an exact match. Search ig
262
258
263
259
## Quick actions
264
260
265
-
The new relevance search experience brings some of the most frequently used actions closer to search results, to help you complete your task without having to navigate to the record page in model-driven apps.
261
+
The relevance search experience brings some of the most frequently used actions closer to search results, to help you complete your task without having to navigate to the record page in model-driven apps.
266
262
267
263
Quick actions are small set of commands specific to a table. You can see quick actions when you're interacting with search in model-driven apps running on a web browser. Some of the commonly used tables are configured to show a set of commands to help you complete your task without losing context.
268
264
@@ -295,36 +291,6 @@ On the results page, hover over the results to see quick actions available for t
295
291
296
292

297
293
298
-
## Use the old relevance search experience
299
-
300
-
When your organization has relevance search enabled but your administrator hasn't turned on the new relevance search experience, you'll see the old relevance search experience.
301
-
302
-
### Switch between the previous relevance search experience and categorized search
303
-
304
-
If your organization has turned on both search options (old relevance search and categorized search), you can switch between the two.
305
-
306
-
1. On the navigation bar, select **Search**.
307
-
308
-
> [!div class="mx-imgBorder"]
309
-
> 
310
-
311
-
2. On the drop-down menu to the left of the search box, select **Relevance Search** or **Categorized Search**.
312
-
313
-
> [!div class="mx-imgBorder"]
314
-
> 
315
-
316
-
### Start a search by using the previous relevance search experience
0 commit comments