Skip to content

Commit c287cfe

Browse files
committed
Minor wording updates
1 parent 80fd40b commit c287cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ ECMAScript 6 (2015) or later versions are not currently supported for Solution C
102102

103103
## Multiple violations reported for plug-ins and workflow activities based on call scope
104104

105-
For plugin and workflow activity rules where the issue is only relevant in the calling context, Solution Checker starts its analysis at the IPlugin implementation and traverses a call graph to detect issues within the scope of that implementation. In some cases, many call paths may arrive at the same ___location where we detect the issue. Since the issue is relevant to the call scope, we may choose to report based on that scope to provide a better picture of impact rather than on distinct locations and thus, multiple issues, in fact, may reference a single ___location that needs to be fixed.
105+
For plug-in and workflow activity rules where the issue is only relevant in the calling context, the Solution Checker tool starts its analysis at the IPlugin interface implementation and traverses a call graph to detect issues within the scope of that implementation. In some cases, many call paths may arrive at the same ___location where the issue is detected. Since the issue is relevant to the call scope, the tool may report based on that scope to provide a better picture of impact rather than on distinct locations. As a result, multiple issues may reference a single ___location that should be fixed.
106106

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

0 commit comments

Comments
 (0)