Skip to content

Commit 3a2b7a7

Browse files
authored
Merge pull request #6492 from MicrosoftDocs/jdaly-main-remove-old-best-practice
Remove obsolete topic
2 parents 45bf90d + 9843eaf commit 3a2b7a7

File tree

4 files changed

+5
-80
lines changed

4 files changed

+5
-80
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "powerapps-docs/developer/data-platform/best-practices/business-logic/remove-unsupported-code-using-reflection-workflow-activities.md",
5+
"redirect_url": "../data-platform/best-practices/business-logic/",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "powerapps-docs/developer/data-platform/audit-user-access.md",
510
"redirect_url": "../data-platform/auditing/overview",

powerapps-docs/developer/data-platform/best-practices/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
href: business-logic/manage-plug-ins-single-solution.md
2323
- name: Optimize custom assembly development
2424
href: business-logic/optimize-assembly-development.md
25-
- name: Remove unsupported code that uses reflection in custom workflow activities
26-
href: business-logic/remove-unsupported-code-using-reflection-workflow-activities.md
2725
- name: Set KeepAlive to false when interacting with external hosts in a plug-in
2826
href: business-logic/set-keepalive-false-interacting-external-hosts-plugin.md
2927
- name: Set Timeout when making external calls in a plug-in

powerapps-docs/developer/data-platform/best-practices/business-logic/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ This list below contains all of the guidance and best practices regarding the pl
3939
|[Limit the registration of plug-ins for Retrieve and RetrieveMultiple messages](limit-registration-plugins-retrieve-retrievemultiple.md) |Adding synchronous plug-in logic to the Retrieve and RetrieveMultiple message events can cause slowness. |
4040
|[Manage plug-ins in single solution](manage-plug-ins-single-solution.md)|The definition of a plug-in assembly should be maintained within a single solution. |
4141
|[Optimize custom assembly development](optimize-assembly-development.md) |Consider merging separate plug-ins/custom workflow activities into a single custom assembly to improve performance and maintainability and move plug-ins/custom workflow activities into multiple custom assemblies if an assembly size is near the sandbox assembly size constraints. |
42-
|[Remove unsupported code that uses reflection in custom workflow activities](remove-unsupported-code-using-reflection-workflow-activities.md)|Workflow activities containing unsupported code that uses reflection will break in the coming months unless it is removed.|
4342
|[Set KeepAlive to false when interacting with external hosts in a plug-in](set-keepalive-false-interacting-external-hosts-plugin.md) |KeepAlive property set to true in the HTTP request header or not explicitly defined as false can cause increased execution times of plug-ins. |
4443
|[Set Timeout when making external calls in a plug-in](set-timeout-for-external-calls-from-plug-ins.md) |Limit the time period that external calls will expect a response within plug-ins.|
4544
|[Use InvalidPluginExecutionException in plug-ins and workflow activities](use-invalidpluginexecutionexception-plugin-workflow-activities.md) |Use InvalidPluginExecutionException when raising errors within the context of a plug-in or workflow activity. |

powerapps-docs/developer/data-platform/best-practices/business-logic/remove-unsupported-code-using-reflection-workflow-activities.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)