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
+3-15Lines changed: 3 additions & 15 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: cds
8
8
ms.topic: article
9
-
ms.date: 07/09/2019
9
+
ms.date: 08/12/2020
10
10
ms.author: matp
11
11
search.audienceType:
12
12
- maker
@@ -30,7 +30,7 @@ Solution checker works with unmanaged solutions that can be exported from an env
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
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:
36
36
@@ -45,21 +45,9 @@ The Solution checker is enabled by default in every Common Data Service environm
45
45
46
46
5. If you agree, accept the terms and conditions and select the environment to install the Power Apps checker solution.
47
47
6. When the installation is complete, refresh the **Solution** list on the Power Apps site to verify that the solution checker is available.
48
-
7. To check a solution, [Run the solution checker](#run-the-solution-checker).
49
-
50
-
51
-
<!-- ### Components created with the Power Apps checker
52
-
When you install the Power Apps checker these solution specific components are created.
53
-
- Entities: The entities that are created are required to store the results of solution analysis and the status of analysis jobs in your environment.
54
-
- Analysis Component
55
-
- Analysis Job
56
-
- Analysis Result
57
-
- System job: A system job is created so admins can remove solution analysis data from the environment. The job contains a configuration value, currently set to remove the solution analysis data after 60 days, which an administrator can override.
58
-
- Security Roles: Two security roles, **Export Customizations**, and **Solution Checker** are created. These roles are required to export the solution for analysis, and storing the analysis results to the entities in your environment.
59
-
- User principle: The **Power Apps Advisor** user is created that allows the checker to authenticate with your Common Data Service environment and assign the two security roles, Export Customizations and Solution Checker. The Power Apps Advisor is an application user and does not consume a license. -->
48
+
7. To check a solution, [Run the solution checker](#run-the-solution-checker). -->
60
49
61
50
## Run the solution checker
62
-
After you install the Power Apps checker in your environment, a **Solution checker** menu item is available when you select an unmanaged solution in the **Solutions** area of Power Apps.
63
51
64
52
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
0 commit comments