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/common-issues-resolutions-solution-checker.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -254,7 +254,7 @@ If a web-avoid-eval error is reported for a Power Apps component framework code
254
254
255
255
## Web-unsupported-syntax issue for web resources
256
256
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.
258
258
259
259
## Multiple violations reported for plug-ins and workflow activities based on call scope
Copy file name to clipboardExpand all lines: powerapps-docs/maker/common-data-service/use-powerapps-checker.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Solution checker works with unmanaged solutions that can be exported from an env
29
29
30
30
> [!NOTE]
31
31
> - 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.
33
33
34
34
## Enable the solution checker
35
35
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.
156
156
| 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. |
157
157
| 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. |
158
158
|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. |
160
159
|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. |
161
160
|Web Resources |[web-avoid-modals](https://go.microsoft.com/fwlink/?LinkID=398563&error=web-avoid-modals&client=PAChecker&source=featuredocs)| Avoid using modal dialogs. |
162
161
|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