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/maker/common-data-service/use-powerapps-checker.md
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -147,15 +147,14 @@ Here's a summary of each column in the report.
147
147
| Plug-in or workflow activity |[il-avoid-lock-plugin](https://go.microsoft.com/fwlink/?LinkID=398563&error=il-avoid-lock-plugin&client=PAChecker)| Avoid lock of static members in plug-ins. |
148
148
| Plug-in or workflow activity |[meta-avoid-retrievemultiple-annotation](https://go.microsoft.com/fwlink/?LinkID=398563&error=meta-avoid-retrievemultiple-annotation&client=PAChecker)| Avoid registering a plugin on RetrieveMultiple of annotation. |
149
149
|Web Resources |[web-use-async](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-use-async&client=PAChecker&source=featuredocs)| Interact with HTTP and HTTPS resources asynchronously. |
150
-
|Web Resources |[meta-remove-orphaned-form-element](https://go.microsoft.com/fwlink/?LinkID=398563&error=meta-remove-orphaned-form-element&client=PAChecker&source=featuredocs)| Correct or remove orphaned Common Data Service form event registrations. |
151
150
|Web Resources |[web-avoid-modals](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-avoid-modals&client=PAChecker&source=featuredocs)| Avoid using modal dialogs. |
152
151
|Web Resources |[web-avoid-crm2011-service-odata](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-avoid-crm2011-service-odata&client=PAChecker&source=featuredocs)| Don't target the Microsoft Dynamics CRM 2011 OData 2.0 endpoint. |
153
152
|Web Resources |[web-avoid-crm2011-service-soap](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-avoid-crm2011-service-soap&client=PAChecker&source=featuredocs)| Don't target the Microsoft Dynamics CRM 2011 SOAP services. |
154
153
|Web Resources |[web-avoid-browser-specific-api](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-avoid-browser-specific-api&client=PAChecker&source=featuredocs)| Don't use Internet Explorer legacy APIs or browser plug-ins. |
155
154
|Web Resources |[web-avoid-2011-api](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-avoid-2011-api&client=PAChecker&source=featuredocs)| Don't use the deprecated Microsoft Dynamics CRM 2011 object model. |
156
155
|Web Resources |[web-use-relative-uri](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-use-relative-uri&client=PAChecker&source=featuredocs)| Don't use absolute Common Data Service endpoint URLs. |
157
156
|Web Resources |[web-use-client-context](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-use-client-context&client=PAChecker&source=featuredocs)| Use client contexts. |
158
-
|Web Resources |[web-use-dialog-api-param](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-use-dialog-api-param&client=PAChecker&source=featuredocs)| Use dialog API parameters. |
157
+
|Web Resources |[web-use-navigation-api](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-use-navigation-api&client=PAChecker&source=featuredocs)| Use navigation API parameters. |
159
158
|Web Resources |[web-use-org-setting](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-use-org-setting&client=PAChecker&source=featuredocs)| Use organization settings. |
160
159
|Web Resources |[web-use-grid-api](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-use-grid-api&client=PAChecker&source=featuredocs)| Use the grid APIs. |
161
160
|Web Resources |[web-avoid-isActivityType](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-avoid-isActivityType&client=PAChecker&source=featuredocs)| Replace Xrm.Utility.isActivityType method with new Xrm.Utility.getEntityMetadata and don't use in ribbon rules. |
@@ -164,6 +163,17 @@ Here's a summary of each column in the report.
164
163
| Web Resources |[web-use-strict-mode](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-use-strict-mode&client=PAChecker)| Use strict mode when possible. |
165
164
| Web Resources |[web-use-strict-equality-operators](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-use-strict-equality-operators&client=PAChecker)| Use strict equality operators. |
166
165
| Web Resources |[web-avoid-eval](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-avoid-eval&client=PAChecker)| Don't use the 'eval' function or its functional equivalents. |
166
+
| Web Resources |[web-remove-alert](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-remove-alert&client=PAChecker)| Don't use the 'alert' function or its functional equivalents. |
167
+
| Web Resources |[web-remove-console](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-remove-console&client=PAChecker)| Avoid using methods on console. |
168
+
| Canvas App |[app-formula-issues-high](https://go.microsoft.com/fwlink/?LinkID=398563&error=app-formula-issues-high&client=PAChecker)| Refer to Power Apps formula references for additional details. |
169
+
| Canvas App |[app-formula-issues-medium](https://go.microsoft.com/fwlink/?LinkID=398563&error=app-formula-issues-medium&client=PAChecker)| Refer to Power Apps formula references for additional details. |
170
+
| Canvas App |[app-formula-issues-low](https://go.microsoft.com/fwlink/?LinkID=398563&error=app-formula-issues-low&client=PAChecker)| Refer to Power Apps formula references for additional details. |
171
+
| Canvas App |[app-use-delayoutput-text-input](https://go.microsoft.com/fwlink/?LinkID=398563&error=app-use-delayoutput-text-input&client=PAChecker)| Use delayed load in some scenarios to improve performance. |
172
+
| Canvas App |[app-reduce-screen-controls](https://go.microsoft.com/fwlink/?LinkID=398563&error=app-reduce-screen-controls&client=PAChecker)| Limit the number of app controls for improved performance. |
173
+
| Canvas App |[app-include-accessible-label](https://go.microsoft.com/fwlink/?LinkID=398563&error=app-include-accessible-label&client=PAChecker)| Use explicit labels to improve app accessibility. |
174
+
| Canvas App |[app-include-alternative-input](https://go.microsoft.com/fwlink/?LinkID=398563&error=app-include-alternative-input&client=PAChecker)| Ensure all interactive elements are accessible to alternative inputs. |
175
+
| Canvas App |[app-avoid-autostart](https://go.microsoft.com/fwlink/?LinkID=398563&error=app-avoid-autostart&client=PAChecker)| Avoid using autostart on players within an app. |
> A problem has been identified with the Tabular Data Stream (TDS) endpoint. This feature is globally disabled, and we are working urgently to address the issue. This topic will be updated when the issue is resolved or when we have more information to share.
25
+
> A problem has been identified with the Tabular Data Stream (TDS) endpoint. This feature is globally disabled, and we are working urgently to address the issue.
26
+
> A fix for the issue found is being being deployed. It will be deployed and the feature re-enabled to all public regions the first week of November. The safe deployment practice is being followed so the feature may be available in your region earlier. Thank you for your patience.
26
27
>
27
28
> While this feature is disabled, the existing Common Data Service connector still works using the import connection mode.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/portals/admin/portal-cookies.md
+17-53Lines changed: 17 additions & 53 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: neerajnandwana-msft
5
5
ms.service: powerapps
6
6
ms.topic: conceptual
7
7
ms.custom:
8
-
ms.date: 03/10/2020
8
+
ms.date: 10/23/2020
9
9
ms.author: nenandw
10
10
ms.reviewer: tapanm
11
11
---
@@ -14,59 +14,23 @@ ms.reviewer: tapanm
14
14
15
15
A cookie is a small file sent from the web site to visitor's device by the browser. A single web session may use multiple cookies.
16
16
17
-
Power Apps portals also use cookies to store information for various purposes. The following section lists and describes the cookies that Power Apps portals uses:
18
-
19
-
## Names and descriptions of cookies used by portals
20
-
21
-
#### ARRAffinity
22
-
23
-
Added automatically by Azure websites and ensures that requests are load balanced between different sites. Doesn't store any of user information.
24
-
25
-
#### ASP.Net Session Id
26
-
27
-
Used to maintain the session of a logged in user to avoid repeated sign-in. The cookie isn't persistent and is deleted after session closes.
28
-
29
-
#### Dynamics 365 Portal Analytics
30
-
31
-
Critical service cookie to analyze service usage anonymously and aggregated for statistical purpose.
32
-
33
-
#### ContextLanguageCode
34
-
35
-
Stores the default language of the user accessing portal within a session and across webpages. The cookie is deleted after session closes.
36
-
37
-
#### .AspNet.ApplicationCookie
38
-
39
-
Used to identify user sessions. A user session starts when a user browses portal for the first time. And ends when the session is closed. [Authentication site settings](https://docs.microsoft.com/powerapps/maker/portals/configure/set-authentication-identity) can be used to change session expiry time span.
40
-
41
-
#### __RequestVerificationToken
42
-
43
-
Used by the [antiforgery](https://docs.microsoft.com/dotnet/api/system.web.helpers.antiforgeryconfig.cookiename) system.
44
-
45
-
#### adxPreviewUnpublishedEntities
46
-
47
-
Holds preview **ON/OFF** mode used in classic CMS system for portal administrators.
48
-
49
-
#### adx-notification
50
-
51
-
Used in entity form actions to store alert message to be shown on redirection.
52
-
53
-
#### timezoneCode
54
-
55
-
Holds the *timezonecode* field value of *CRM timezonedefinition* entity for the current timezone.
56
-
57
-
#### timezoneoffset
58
-
59
-
Holds the [timezone difference](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Date/getTimezoneOffset) between UTC and Local browser time.
60
-
61
-
#### isDSTSupport
62
-
63
-
Indicates whether a specified date and time falls in the range of daylight saving time.
64
-
65
-
#### isDSTObserved
66
-
67
-
Stores a value to indicate if the current moment is in daylight saving time.
17
+
Power Apps portals also use cookies to store information for various purposes. The following table describes the cookies that Power Apps portals uses, and their lifetime.
18
+
19
+
| Cookie name | Description | Lifetime |
20
+
| - | - | - |
21
+
|__RequestVerificationToken | Used by the [antiforgery](https://docs.microsoft.com/dotnet/api/system.web.helpers.antiforgeryconfig.cookiename) system. | Session |
22
+
| .AspNet.ApplicationCookie | Used to identify user sessions. A user session starts when a user browses portal for the first time. And ends when the session is closed. [Authentication site settings](https://docs.microsoft.com/powerapps/maker/portals/configure/set-authentication-identity) can be used to change session expiry time span. | Session |
23
+
| adxPreviewUnpublishedEntities | Stores preview **ON/OFF** mode used in classic CMS system for portal administrators. | Session |
24
+
| adx-notification | Used in entity form actions to store alert message to be shown on redirection. | Session |
25
+
| ARRAffinity | Added automatically by Azure websites and ensures that requests are load balanced between different sites. Doesn't store any of user information. | Session |
26
+
| ASP.NET_SessionId | Used to maintain the session of a logged in user to avoid repeated sign-in. | Session |
27
+
| ContextLanguageCode | Stores the default language of the user accessing portal within a session and across webpages. The cookie is deleted after session closes. | Session |
28
+
| Dynamics365PortalAnalytics | Critical service cookie to analyze service usage anonymously and aggregated for statistical purpose. | 90 days |
29
+
| isDSTObserved | Stores a value to indicate if the current moment is in daylight saving time. | Session |
30
+
| isDSTSupport | Indicates whether a specified date and time falls in the range of daylight saving time. | Session |
31
+
| timeZoneCode | Stores the *timezonecode* field value of *CRM timezonedefinition* entity for the current timezone. | Session |
32
+
| timezoneoffset | Stores the [timezone difference](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Date/getTimezoneOffset) between UTC and Local browser time. | Session |
68
33
69
34
### See also
70
35
71
36
[Cookie authentication site settings](https://docs.microsoft.com/powerapps/maker/portals/configure/set-authentication-identity#cookie-authentication-site-settings)
Copy file name to clipboardExpand all lines: powerapps-docs/user/relevance-search.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Relevance search brings the following enhancements and benefits:
51
51
> [!NOTE]
52
52
> - Relevance search is text-based, and can search only on fields of type Single Line of Text, Multiple Lines of Text, Option Sets, or Lookups. It doesn't support searching in fields of Numeric or Date data type.
53
53
54
-
- Allows you to use syntax in your search term to get the results you want. For example, type **car silver 2-door** to include matches for any word in the search term in the search results. Type **car+silver+2-door** to find only matches that include all three words. Type **car|silver|2-door** to get results that contain **car** or **silver** or **2-door**, or all three words. For more information about syntax you can use in your search queries, see [Simple query syntax in Azure Cognitive Search](https://docs.microsoft.com/rest/api/searchservice/simple-query-syntax-in-azure-search).<!--note from editor: The "More information:" pattern is good when there aren't any additional modifiers, which you have here. -->
54
+
- Allows you to use syntax in your search term to get the results you want. For example, type **car silver 2-door** to include matches for any word in the search term in the search results. Type **car+silver+2-door** to find only matches that include all three words. Type **car|silver|2-door** to get results that contain **car** or **silver** or **2-door**, or all three words. For more information about syntax you can use in your search queries, see [Search across entity data using relevance search](https://docs.microsoft.com/powerapps/developer/common-data-service/webapi/relevance-search).<!--note from editor: The "More information:" pattern is good when there aren't any additional modifiers, which you have here. -->
55
55
56
56
> [!NOTE]
57
57
> Relevance search is configured to require matches to any (instead of all) of the criteria in a query, which might bring about results that are different from your expectations. This is especially true when Boolean operators are included in the query.<!--note from editor: Via style guide, it's always capital "Boolean," and it's "might" instead of "may.-->
0 commit comments