Skip to content

Commit f6ed18f

Browse files
committed
remove old metadata
1 parent 8d3bd3b commit f6ed18f

14 files changed

+3
-102
lines changed

powerapps-docs/developer/data-platform/best-practices/business-logic/develop-iplugin-implementations-stateless.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
---
22
title: "Develop IPlugin implementations as stateless | MicrosoftDocs"
33
description: "Members of classes that implement IPlugin are exposed to potential thread-safety issues, which could lead to data inconsistency or performance problems."
4-
services: ''
54
suite: powerapps
6-
documentationcenter: na
75
author: jowells
86
ms.reviewer: phecke
9-
editor: ''
10-
tags: ''
11-
12-
ms.devlang: na
137
ms.topic: article
14-
ms.tgt_pltfrm: na
15-
ms.workload: na
168
ms.date: 9/05/2019
179
ms.subservice: dataverse-developer
1810
ms.author: jowells

powerapps-docs/developer/data-platform/best-practices/business-logic/do-not-duplicate-plugin-step-registration.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
---
22
title: "Do not duplicate plug-in step registration | MicrosoftDocs"
33
description: "Duplicate plug-in step registration will cause the plug-in to fire multiple times on the same message/event."
4-
services: ''
54
suite: powerapps
6-
documentationcenter: na
75
author: jowells
8-
editor: ''
9-
tags: ''
10-
11-
ms.devlang: na
126
ms.topic: article
13-
ms.tgt_pltfrm: na
14-
ms.workload: na
157
ms.date: 1/15/2019
168
ms.subservice: dataverse-developer
179
ms.author: jowells

powerapps-docs/developer/data-platform/best-practices/business-logic/include-filtering-attributes-plugin-registration.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
---
22
title: "Include filtering attributes with plug-in registration | MicrosoftDocs"
33
description: "If no filtering attributes are set for a plug-in registration step, then the plug-in will execute every time an update message occurs for that event."
4-
services: ''
54
suite: powerapps
6-
documentationcenter: na
75
author: jowells
8-
editor: ''
9-
tags: ''
10-
11-
ms.devlang: na
126
ms.topic: article
13-
ms.tgt_pltfrm: na
14-
ms.workload: na
157
ms.date: 1/15/2019
168
ms.subservice: dataverse-developer
179
ms.author: jowells

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
---
22
title: "Developers: Best practices and guidance regarding plug-in and workflow development for the Microsoft Dataverse | Microsoft Docs"
33
description: Best practices and guidance regarding plug-in and workflow development for developers of the Microsoft Dataverse in Power Apps.
4-
services: ''
54
suite: powerapps
6-
documentationcenter: na
75
author: jowells
8-
editor: ''
9-
tags: ''
10-
11-
ms.devlang: na
126
ms.topic: article
13-
ms.tgt_pltfrm: na
14-
ms.workload: na
157
ms.date: 10/25/2021
168
ms.subservice: dataverse-developer
179
ms.author: jowells

powerapps-docs/developer/data-platform/best-practices/business-logic/limit-registration-plugins-retrieve-retrievemultiple.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
---
22
title: "Limit the registration of plug-ins for Retrieve and RetrieveMultiple messages | MicrosoftDocs"
33
description: "Adding synchronous plug-in logic to the Retrieve and RetrieveMultiple message events can cause slowness."
4-
services: ''
54
suite: powerapps
6-
documentationcenter: na
75
author: jowells
8-
editor: ''
9-
tags: ''
10-
11-
ms.devlang: na
126
ms.topic: article
13-
ms.tgt_pltfrm: na
14-
ms.workload: na
157
ms.date: 1/15/2019
168
ms.subservice: dataverse-developer
179
ms.author: jowells

powerapps-docs/developer/data-platform/best-practices/business-logic/set-keepalive-false-interacting-external-hosts-plugin.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
---
22
title: "Set KeepAlive to false when interacting with external hosts in a plug-in | MicrosoftDocs"
33
description: "KeepAlive property set to true in the HTTP request header or not explicitly defined as false can cause increased execution times of plug-ins."
4-
services: ''
54
suite: powerapps
6-
documentationcenter: na
75
author: jowells
8-
editor: ''
9-
tags: ''
10-
11-
ms.devlang: na
126
ms.topic: article
13-
ms.tgt_pltfrm: na
14-
ms.workload: na
157
ms.date: 8/21/2019
168
ms.subservice: dataverse-developer
179
ms.author: jowells

powerapps-docs/developer/data-platform/best-practices/business-logic/use-itracingservice-plugins.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
---
22
title: "Use ITracingService in Plug-ins | MicrosoftDocs"
33
description: "Debugging and/or troubleshooting plug-in issues or behaviors are complicated without rich and insightful logging or tracing."
4-
services: ''
54
suite: powerapps
6-
documentationcenter: na
75
author: jowells
8-
editor: ''
9-
tags: ''
10-
11-
ms.devlang: na
126
ms.topic: article
13-
ms.tgt_pltfrm: na
14-
ms.workload: na
157
ms.date: 12/12/2018
168
ms.subservice: dataverse-developer
179
ms.author: jowells
@@ -74,7 +66,7 @@ if (context.InputParameters.Contains("Target") &&
7466

7567
## Additional information
7668

77-
Tracing is especially useful to troubleshoot registered custom code as it is the only supported troubleshooting method for that scenario. Tracing is supported for `sandboxed` (partial trust) and full trust registered custom code and during synchronous or asynchronous execution. Tracing isnt supported for custom code that executes in Microsoft Dynamics 365 for Outlook or other mobile client.
69+
Tracing is especially useful to troubleshoot registered custom code as it is the only supported troubleshooting method for that scenario. Tracing is supported for `sandboxed` (partial trust) and full trust registered custom code and during synchronous or asynchronous execution. Tracing isn't supported for custom code that executes in Microsoft Dynamics 365 for Outlook or other mobile client.
7870

7971
<a name='seealso'></a>
8072

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,8 @@ title: "Best practices and guidance when coding for Microsoft Dataverse | Micros
33
description: Best practices and guidance for developers writing code for Microsoft Dataverse.
44
services: ''
55
suite: powerapps
6-
documentationcenter: na
76
author: jowells
8-
editor: ''
9-
tags: ''
10-
11-
ms.devlang: na
127
ms.topic: article
13-
ms.tgt_pltfrm: na
14-
ms.workload: na
158
ms.date: 03/18/2021
169
ms.subservice: dataverse-developer
1710
ms.author: jowells

powerapps-docs/developer/data-platform/best-practices/work-with-data/retrieve-specific-columns-entity-via-query-apis.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
---
22
title: "Retrieve specific columns for an entity via query APIs | MicrosoftDocs"
33
description: "Queries submitted to retrieve data should include specific columns in the ColumnSet instance associated to the query rather than All Columns."
4-
services: ''
54
suite: powerapps
6-
documentationcenter: na
75
author: jowells
8-
editor: ''
9-
tags: ''
10-
11-
ms.devlang: na
126
ms.topic: article
13-
ms.tgt_pltfrm: na
14-
ms.workload: na
157
ms.date: 12/12/2018
168
ms.subservice: dataverse-developer
179
ms.author: jowells

powerapps-docs/developer/data-platform/best-practices/work-with-metadata/index.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
---
22
title: "Developers: Best practices and guidance while working with table definitions in Microsoft Dataverse | Microsoft Docs"
33
description: Best practices and guidance while working with table definitions for developers of the Microsoft Dataverse in Power Apps.
4-
services: ''
54
suite: powerapps
6-
documentationcenter: na
75
author: jowells
8-
editor: ''
9-
tags: ''
10-
11-
ms.devlang: na
126
ms.topic: article
13-
ms.tgt_pltfrm: na
14-
ms.workload: na
157
ms.date: 03/24/2021
168
ms.subservice: dataverse-developer
179
ms.author: jowells

0 commit comments

Comments
 (0)