Skip to content

Commit 56aff5e

Browse files
committed
Removing install references because the solution checker is installed by default in all environments
1 parent 5230ecf commit 56aff5e

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

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

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: kvivek
66
ms.service: powerapps
77
ms.component: cds
88
ms.topic: article
9-
ms.date: 07/09/2019
9+
ms.date: 08/12/2020
1010
ms.author: matp
1111
search.audienceType:
1212
- maker
@@ -30,7 +30,7 @@ Solution checker works with unmanaged solutions that can be exported from an env
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)
3232
> - 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+
<!--
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:
3636
@@ -45,21 +45,9 @@ The Solution checker is enabled by default in every Common Data Service environm
4545
4646
5. If you agree, accept the terms and conditions and select the environment to install the Power Apps checker solution.
4747
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). -->
6049

6150
## 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.
6351

6452
1. Sign in to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
6553
2. In the left pane, select **Solutions**.

0 commit comments

Comments
 (0)