Skip to content

Commit 8311807

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/powerapps-docs-pr (branch live)
2 parents 265d8bc + 0610755 commit 8311807

File tree

4 files changed

+32
-57
lines changed

4 files changed

+32
-57
lines changed

powerapps-docs/maker/common-data-service/use-powerapps-checker.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,14 @@ Here's a summary of each column in the report.
147147
| 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. |
148148
| 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. |
149149
|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. |
151150
|Web Resources | [web-avoid-modals](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-avoid-modals&client=PAChecker&source=featuredocs) | Avoid using modal dialogs. |
152151
|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. |
153152
|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. |
154153
|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. |
155154
|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. |
156155
|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. |
157156
|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. |
159158
|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. |
160159
|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. |
161160
|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.
164163
| 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. |
165164
| 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. |
166165
| 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. |
176+
167177

168178

169179
### See also

powerapps-docs/maker/common-data-service/view-entity-data-power-bi.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ search.app:
2222
[!INCLUDE [cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
2323

2424
> [!WARNING]
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. 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.
2627
>
2728
> While this feature is disabled, the existing Common Data Service connector still works using the import connection mode.
2829

powerapps-docs/maker/portals/admin/portal-cookies.md

Lines changed: 17 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: neerajnandwana-msft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 03/10/2020
8+
ms.date: 10/23/2020
99
ms.author: nenandw
1010
ms.reviewer: tapanm
1111
---
@@ -14,59 +14,23 @@ ms.reviewer: tapanm
1414

1515
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.
1616

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 |
6833

6934
### See also
7035

7136
[Cookie authentication site settings](https://docs.microsoft.com/powerapps/maker/portals/configure/set-authentication-identity#cookie-authentication-site-settings)
72-

powerapps-docs/user/relevance-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Relevance search brings the following enhancements and benefits:
5151
> [!NOTE]
5252
> - 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.
5353
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&#124;silver&#124;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&#124;silver&#124;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. -->
5555

5656
> [!NOTE]
5757
> 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

Comments
 (0)