Skip to content

Commit c109292

Browse files
committed
Merge branch 'main' into chmoncay-patch-3
2 parents 3e621f7 + fa5684c commit c109292

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

powerapps-docs/developer/component-framework/reference/entityrecord/setValue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ contributors:
1818

1919
## Available for
2020

21-
Model-driven and canvas ([experimental](/powerapps-docs/maker/canvas-apps/working-with-experimental-preview#feature-roll-out-stages) apps
21+
Model-driven and canvas ([experimental](/powerapps-docs/maker/canvas-apps/working-with-experimental-preview#feature-roll-out-stages)) apps
2222

2323
## Syntax
2424

powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-Utility/getGlobalContext/isOnPremises.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "isOnPremise (Client API reference) in model-driven apps| MicrosoftDocs"
2+
title: "isOnPremises (Client API reference) in model-driven apps| MicrosoftDocs"
33
description: Includes description and supported parameters for the isOnPremises method.
44
ms.author: jdaly
55
author: adrianorth
@@ -43,4 +43,4 @@ globalContext.isOnPremises();
4343

4444

4545

46-
[!INCLUDE[footer-include](../../../../../../includes/footer-banner.md)]
46+
[!INCLUDE[footer-include](../../../../../../includes/footer-banner.md)]

powerapps-docs/maker/data-platform/use-powerapps-checker.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ To deliver on complex business requirements, model-driven app makers often can e
2323
> Starting March 2022, solution checker won’t analyze plugins in solutions. Plugin validations are being modernized and will eventually focus on the native plugin authoring time, which will help you detect and fix issues earlier.
2424
2525
The solution checker analyzes these solution components:
26-
- Dataverse plug-ins
2726
- Dataverse custom workflow activities
2827
- Dataverse web resources (HTML and JavaScript)
2928
- Dataverse configurations, such as SDK message steps
@@ -121,9 +120,9 @@ Here's a summary of each column in the report.
121120
|Component | The solution component where the issue was identified. | All |
122121
|Location | The ___location and/or source file of the component where the issue that was identified occurred, such as the assembly or JavaScript file name. | All |
123122
|Line # | The line number reference of the issue in the impacted web resource component. | Web resources |
124-
|Module | Module name where the issue identified in the assembly was detected. | Plug-in or custom workflow activity |
125-
|Type | Type of the issue identified in the assembly. | Plug-in or custom workflow activity |
126-
|Member | Member of the issue identified in the assembly. | Plug-in or custom workflow activity |
123+
|Module | Module name where the issue identified in the assembly was detected. | Custom workflow activity |
124+
|Type | Type of the issue identified in the assembly. | Custom workflow activity |
125+
|Member | Member of the issue identified in the assembly. | Custom workflow activity |
127126
|Statement | The code statement or configuration that resulted in the issue. | All |
128127
|Comments | Details about the issue that include high-level resolution steps. | All |
129128

@@ -132,20 +131,11 @@ Here's a summary of each column in the report.
132131

133132
|Solution component |Rule name |Rule description |
134133
|---------|---------|---------|
135-
|Plug-in or workflow activity | [il-specify-column](../../developer/data-platform/best-practices/work-with-metadata/retrieve-specific-columns-entity-via-query-apis.md?client=PAChecker&error=il-specify-column&source=featuredocs) | Avoid selecting all columns via Dataverse query APIs. |
136134
|Plug-in or workflow activity | [meta-remove-dup-reg](../../developer/data-platform/best-practices/business-logic/do-not-duplicate-plugin-step-registration.md?client=PAChecker&error=meta-remove-dup-reg&source=featuredocs) | Avoid duplicate Dataverse plug-in registrations. |
137-
|Plug-in or workflow activity | [il-turn-off-keepalive](../../developer/data-platform/best-practices/business-logic/set-keepalive-false-interacting-external-hosts-plugin.md?client=PAChecker&error=il-turn-off-keepalive&source=featuredocs) | Set KeepAlive to false when interacting with external hosts in a Dataverse plug-in. |
138-
|Plug-in or workflow activity | [il-avoid-unpub-metadata](../../developer/data-platform/best-practices/work-with-metadata/retrieve-published-metadata.md?client=PAChecker&error=il-avoid-unpub-metadata&source=featuredocs) | Avoid retrieving unpublished Dataverse metadata. |
139-
|Plug-in or workflow activity | [il-avoid-batch-plugin](../../developer/data-platform/best-practices/business-logic/avoid-batch-requests-plugin.md?client=PAChecker&error=il-avoid-batch-plugin&source=featuredocs) | Avoid using batch request types in Dataverse plug-ins and workflow activities. |
140135
|Plug-in or workflow activity | [meta-avoid-reg-no-attribute](../../developer/data-platform/best-practices/business-logic/include-filtering-attributes-plugin-registration.md?client=PAChecker&error=meta-avoid-reg-no-attribute&source=featuredocs) | Include filtering attributes with Dataverse plug-in registrations. |
141136
|Plug-in or workflow activity | [meta-avoid-reg-retrieve](../../developer/data-platform/best-practices/business-logic/limit-registration-plugins-retrieve-retrievemultiple.md?client=PAChecker&error=meta-avoid-reg-retrieve&source=featuredocs) | Use caution with Dataverse plug-ins registered for Retrieve and RetrieveMultiple messages. |
142137
|Plug-in or workflow activity | [meta-remove-inactive](../../developer/model-driven-apps/best-practices/business-logic/remove-deactivated-disabled-configurations.md?client=PAChecker&error=meta-remove-inactive&source=featuredocs) | Remove inactive configurations in Dataverse. |
143-
|Plug-in or workflow activity | [il-meta-avoid-crm2011-depr-message](/previous-versions/dynamics-crm2011/developers-guide/gg509038(v=crm.5)?client=PAChecker&error=il-avoid-crm2011-depr-message&source=featuredocs) | Don't use Microsoft Dynamics CRM 2011 deprecated messages. |
144138
|Plug-in or workflow activity | [meta-avoid-crm4-event](../../developer/model-driven-apps/best-practices/index.md?client=PAChecker&error=meta-avoid-crm4-event&source=featuredocs) | Don't use Microsoft Dynamics CRM 4.0 plug-in registration stage. |
145-
|Plug-in or workflow activity | [il-avoid-specialized-update-ops](/previous-versions/dynamicscrm-2016/developers-guide/dn932124(v=crm.8)?client=PAChecker&error=il-avoid-specialized-update-ops&source=featuredocs) | Don't use specialized update operation requests in Dataverse. |
146-
| Plug-in or workflow activity | [il-use-autonumber-feature](../../developer/data-platform/best-practices/index.md?client=PAChecker&error=il-use-autonumber-feature) |Use the auto number feature instead of a custom auto numbering solution. |
147-
| Plug-in or workflow activity | [il-avoid-parallel-plugin](../../developer/data-platform/best-practices/business-logic/do-not-use-parallel-execution-in-plug-ins.md?client=PAChecker&error=il-avoid-parallel-plugin) | The usage of parallel patterns should be avoided within plug-ins. |
148-
| Plug-in or workflow activity | [il-avoid-lock-plugin](../../developer/data-platform/best-practices/index.md?client=PAChecker&error=il-avoid-lock-plugin) | Avoid lock of static members in plug-ins. |
149139
| Plug-in or workflow activity | [meta-avoid-retrievemultiple-annotation](../../developer/data-platform/best-practices/index.md?client=PAChecker&error=meta-avoid-retrievemultiple-annotation) | Avoid registering a plugin on RetrieveMultiple of annotation. |
150140
|Web Resources | [use-async](./powerapps-checker/rules/web/use-async.md) | Interact with HTTP and HTTPS resources asynchronously. |
151141
|Web Resources | [avoid-modals](./powerapps-checker/rules/web/avoid-modals.md) | Avoid using modal dialogs. |

0 commit comments

Comments
 (0)