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/developer/common-data-service/appendix-app-certification-checklist.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,10 @@ The following checklist provides the list of validations performed by Microsoft
27
27
<th>Certification checklist</th>
28
28
</tr>
29
29
<tr>
30
-
<tdrowspan=5><ahref="https://docs.microsoft.com/powerapps/maker/model-driven-apps/model-driven-app-overview">Model-driven apps</a>, <ahref="https://docs.microsoft.com/powerapps/maker/canvas-apps/getting-started">canvas apps</a>, and <ahref="https://docs.microsoft.com/flow/getting-started">flows</a> that connect to Common Data Service<br/></td>
30
+
<tdrowspan=5><ahref="https://docs.microsoft.com/powerapps/maker/model-driven-apps/model-driven-app-overview">Model-driven apps</a>, <ahref="https://docs.microsoft.com/powerapps/maker/canvas-apps/getting-started">canvas apps</a>, and <ahref="https://docs.microsoft.com/power-automate/getting-started">flows</a> that connect to Common Data Service<br/></td>
31
31
<td>Sanity Check</td>
32
32
<td><ul>
33
-
<li>Check for app registration type: Free, Trial or Contact me. If registered in Contact me then publisher need to enable test drive.</li>
33
+
<li>Check for app registration type: Free, Trial or Contact me.</li>
34
34
<li>Verify the submitted <ahref="https://docs.microsoft.com/powerapps/developer/common-data-service/create-package-app-appsource">package</a> contains all the artifacts required to publish on AppSource.</li>
35
35
<li>Download the end-to-end (E2E) functional document from <ahref="https://partner.microsoft.com/dashboard">Partner Center</a> and validate if document is updated with functional scenarios and user/admin journey.</li>
36
36
</ul>
@@ -46,8 +46,9 @@ The following checklist provides the list of validations performed by Microsoft
46
46
<li>Runtime errors: May occur once the app is opened in Run mode to view. Any issues found will be reported through email.</li>
47
47
<li>Accessibility errors and warnings: All Accessibility errors should be resolved as per Solution Checker guidelines.</li>
48
48
</ul></li>
49
-
<li>Code Validation for Common Data Service solution will be done through <ahref="https://experienceisv.microsoftcrmportals.com/precertification/#/">OnDemand Code Analysis (ODCA)</a> tool.</li>
50
-
<li>Issues reported from ODCA will be manually validated for correctness and false positive issues will be reduced to low severity.</li>
49
+
<li>Code Validation for Common Data Service solution will be done utilizing <ahref="https://docs.microsoft.com/powerapps/developer/common-data-service/checker/webapi/overview">Power Apps Checker</a>.</li>
50
+
<li>Issues reported from Power Apps Checker will be manually validated for correctness and false positive issues will be reduced to low severity.</li>
51
+
<li>The quality of the solution and packages are validated against the AppSource certification <ahref="https://docs.microsoft.com/powerapps/developer/common-data-service/checker/webapi/retrieve-rulesets">ruleset</a>.
51
52
<li>Generated report is shared with the publisher through email.</li>
52
53
</ul>
53
54
</td>
@@ -84,7 +85,7 @@ The following checklist provides the list of validations performed by Microsoft
84
85
</td>
85
86
</tr>
86
87
<tr>
87
-
<tdrowspan=5><ahref="https://docs.microsoft.com/powerapps/maker/canvas-apps/getting-started">canvas apps</a> and <ahref="https://docs.microsoft.com/flow/getting-started">flows</a> that connect to data sources <i>other</i> than Common Data Service
88
+
<tdrowspan=5><ahref="https://docs.microsoft.com/powerapps/maker/canvas-apps/getting-started">Canvas apps</a> and <ahref="https://docs.microsoft.com/power-automate/getting-started">flows</a> that connect to data sources <i>other</i> than Common Data Service
Copy file name to clipboardExpand all lines: powerapps-docs/developer/common-data-service/package-deployer/create-packages-package-deployer.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ Common Data Service provides you with a Visual Studio template for creating thes
143
143
144
144
```
145
145
146
-
`<filestoimportnode>` node
146
+
`<filestoimport>` node
147
147
Contains an array of `<configimportfile>` and `<zipimportdetails>` nodes that are used to describe individual files and zip files respectively to be imported.
0 commit comments