Skip to content

Commit af1911c

Browse files
committed
Updating syntax for one common issue and adding a new issue with imgs
1 parent b0d613b commit af1911c

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

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

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,21 @@ To address this issue, check or create smaller solutions to be analyzed. To mini
6464
- When you add HTML web resources, include any dependent scripts that are defined within the HTML web resource.
6565
- When you add custom workflows, include the assembly used within the workflow.
6666

67+
## Solution Checker Run or Download Results fail due to instance in Administration mode
68+
Shortly after running Solution Checker, it fails shortly after with the following message bar:<br />
69+
"We weren't able to run the check on SOLUTIONNAME Solution. Try running it again."
70+
![Weren't able to run](media/solution-checker-werent-able-to-run.png)
71+
72+
The issue is that the organization is in Administration state and Solution Checker is unable to validate the user's permissions executing the request.
73+
74+
1. Access the Dynamics 365 Instance Picker: https://port.crm.dynamics.com/G/Instances/InstancePicker.aspx
75+
2. Click on the instance having issues
76+
3. Click on ADMIN<br />
77+
![Instance Admin](media/solution-checker-instance-admin.png)
78+
79+
4. Uncheck "Enable administration mode" <br />
80+
![Disable Admin mode](media/solution-checker-instance-disable-admin-mode.png)
81+
6782
## Solution Checker will not process patched solutions
6883

6984
If a solution has had a [patch](https://docs.microsoft.com/powerapps/developer/common-data-service/create-patches-simplify-solution-updates) applied, Solution Checker will fail to export the solution for analysis. When a solution has had a patch applied, the original solution becomes locked and it can’t be changed or exported as long as there are dependent patches that exist in the organization that identify the solution as the parent solution.
@@ -74,9 +89,9 @@ To address this issue, clone the solution so that all patches related to the sol
7489

7590
When HTML web resources are processed within Solution Checker, the HTML web resource is processed separately than the JavaScript within the HTML web resource. Due to this, the line number of the violation found within `<script>` of the HTML web resource will not be correct.
7691

77-
## JS1001 syntax issue for web resources
92+
## Web-unsupported-syntax issue for web resources
7893

79-
ECMAScript 6 (2015) or later versions are not currently supported. When Solution Checker analyzes JavaScript using ECMAScript 6 or later, a JS1001 syntax issue for the web resource is reported.
94+
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.
8095

8196
## See also
8297
[Best practices and guidance for the Common Data Service for Apps](../../developer/common-data-service/best-practices/index.md)<br />
Loading
Loading

0 commit comments

Comments
 (0)