Skip to content

Commit 4b70f46

Browse files
committed
Merge branch 'master' into portals-1942094
2 parents 3b3edab + 95f8ad4 commit 4b70f46

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

powerapps-docs/maker/common-data-service/common-issues-resolutions-solution-checker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ If a web-avoid-eval error is reported for a Power Apps component framework code
254254

255255
## Web-unsupported-syntax issue for web resources
256256

257-
ECMAScript 6 (2015) or later versions are not currently supported for solution checker. When solution checker analyzes JavaScript using ECMAScript 6 or later, a web-supported-syntax issue for the web resource is reported.
257+
Solution checker supports global variables for ECMAScript 2015 (ES6) and up to ECMAScript 2018 (ES9) syntax. When solution checker analyzes JavaScript using global variables later than ES6, or syntax later than ES9, a web-unsupported-syntax issue for the web resource is reported.
258258

259259
## Multiple violations reported for plug-ins and workflow activities based on call scope
260260

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Solution checker works with unmanaged solutions that can be exported from an env
2929

3030
> [!NOTE]
3131
> - This topic explains how to run solution checker from the Power Apps maker portal. A PowerShell module is also available that you can use to interact directly with the service. The Microsoft.PowerApps.Checker.PowerShell module can be used for analysis of managed and unmanaged solutions for supported versions of on-premises and online environments, or to automate and integrate the service into your build and release pipelines. More information: [Microsoft.PowerApps.Checker.PowerShell Overview]( /powershell/powerapps/overview?view=pa-ps-latest#get-started-using-the-microsoftpowerappscheckerpowershell-module)
32-
> - Solution checker doesn't work with solutions that contain JavaScript using ECMAScript 6 (2015) or later versions. When JavaScript using one of these versions is detected, a JS001 syntax issue for the web resource is reported.
32+
> - Solution checker supports global variables for ECMAScript 2015 (ES6) and up to ECMAScript 2018 (ES9) syntax. When JavaScript is detected using global variables later than ES6 or syntax later than ES9, a web-unsupported-syntax issue for the web resource is reported.
3333
3434
## Enable the solution checker
3535
The Solution checker is enabled by default in every Common Data Service environment. A **Solution checker** menu item is available when you select an unmanaged solution in the **Solutions** area of Power Apps. If the **Run** option is not available in the **Solution checker** menu, you can enable it by installing the Power Apps checker solution. To install it, follow these steps:
@@ -156,7 +156,6 @@ Here's a summary of each column in the report.
156156
| 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. |
157157
| 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. |
158158
|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. |
159-
|Web Resources | [meta-remove-invalid-form-handler](https://go.microsoft.com/fwlink/?LinkID=398563&error=meta-remove-invalid-form-handler&client=PAChecker&source=featuredocs) | Correct or remove invalid Common Data Service form event registrations. |
160159
|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. |
161160
|Web Resources | [web-avoid-modals](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-avoid-modals&client=PAChecker&source=featuredocs) | Avoid using modal dialogs. |
162161
|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. |

0 commit comments

Comments
 (0)