Skip to content

Commit fac1e54

Browse files
authored
Merge pull request #8359 from MicrosoftDocs/main
Sally - latest from Main
2 parents e2d4102 + 73d00c7 commit fac1e54

File tree

5 files changed

+25
-11
lines changed

5 files changed

+25
-11
lines changed

powerapps-docs/developer/data-platform/org-service/samples/azure-aware-custom-plugin.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Azure aware custom plug-in (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "This sample plug-in can post the pipeline execution context to the Azure Service Bus." # 115-145 characters including spaces. This abstract displays in the search result.
4-
ms.date: 04/03/2022
4+
ms.date: 06/19/2023
55
author: jaredha
66
ms.author: jaredha
77
ms.reviewer: jdaly
@@ -20,10 +20,18 @@ The plug-in demonstrates how to obtain the execution context and the tracing ser
2020
## How to run this sample
2121

2222
1. Download or clone the [Samples](https://github.com/Microsoft/PowerApps-Samples) repo so that you have a local copy.
23-
2. Open the sample solution in Visual Studio and sign the assembly with a key.
24-
3. Register the plug-in using the **Plugin Registration Tool**.
23+
1. Open the `Azureplugin.sln` solution file located at `PowerApps-Samples\dataverse\orgsvc\C#\Azureplugin` with Visual Studio.
24+
1. Sign the assembly with a key.
25+
1. Register the plug-in using the **Plugin Registration Tool**.
2526

2627
> [!NOTE]
2728
> This sample requires a service endpoint to be created first, and its ID passed to the plug-in constructor through the unsecure configuration parameter when the plug-in step is registered.
2829
30+
More information:
31+
32+
[Write a custom Azure-aware plug-in](../../write-custom-azure-aware-plugin.md)
33+
[Register a plug-in](../../register-plug-in.md)
34+
35+
36+
2937
[!INCLUDE[footer-include](../../../../includes/footer-banner.md)]

powerapps-docs/developer/data-platform/write-custom-azure-aware-plugin.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Write a custom Azure-aware plug-in (Microsoft Dataverse) | Microsoft Docs"
33
description: "Learn how to write plug-in code that can post a message or the execution context of the current database transaction to the Azure Service Bus."
4-
ms.date: 04/03/2022
4+
ms.date: 06/19/2023
55
author: divkamath
66
ms.author: dikamath
77
ms.reviewer: pehecke
@@ -132,10 +132,11 @@ For a plug-in registered to execute asynchronously, the <xref:Microsoft.Xrm.Sdk.
132132

133133
### See also
134134

135-
[Azure extensions for Dynamics 365](azure-integration.md)<br />
136-
[Send Dynamics 365 data over the Microsoft Azure Service Bus](work-data-azure-solution.md)<br />
137-
[Write a plug-In](write-plug-in.md)<br />
138-
[Event execution pipeline](event-framework.md)<br />
135+
[Azure extensions for Dynamics 365](azure-integration.md)
136+
[Send Dynamics 365 data over the Microsoft Azure Service Bus](work-data-azure-solution.md)
137+
[Sample: Azure aware custom plug-in](org-service/samples/azure-aware-custom-plugin.md)
138+
[Write a plug-In](write-plug-in.md)
139+
[Event execution pipeline](event-framework.md)
139140
[Register and deploy plug-Ins](register-plug-in.md)
140141

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

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2425,6 +2425,8 @@
24252425
href: ../cards/make-a-card/ui-elements/use-buttons.md
24262426
- name: Add and configure screens
24272427
href: ../cards/make-a-card/screens/use-screens.md
2428+
- name: Work with repeating controls in cards
2429+
href: ../cards/make-a-card/ui-elements/data-binding.md
24282430
- name: Control reference
24292431
items:
24302432
- name: List of controls and properties

powerapps-docs/maker/data-platform/data-retention-set.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: Mattp123
55
ms.author: matp
66
ms.service: powerapps
77
ms.topic: how-to
8-
ms.date: 05/09/2023
8+
ms.date: 06/19/2023
99
ms.custom: template-how-to
1010
---
1111
# Set a data retention policy for a table (preview)
@@ -79,6 +79,8 @@ Power Platform administrators setup retention policies.
7979
Now you can view and manage the policy. More information: [Manage data retention policies](data-retention-manage.md)
8080

8181
> [!IMPORTANT]
82+
>
83+
> - The retention policy can't be set for the tables where bulk delete isn't supported. For example, Activity Pointer, Activity Party, and Attachment tables don't support bulk delete.
8284
> - The parent table and all related rows from child tables, of the parent, will be marked and stored in Dataverse long term storage.
8385
> - Logic associated with an existing delete action of any table (parent and children) will always be executed during the policy run.
8486
> - A policy run will take from 72-96 hours irrespective of the data volume. Data retention policies are given a low priority by the platform. Dataverse will always run the retention process in the background to avoid any impact on other platform services, such as apps and flows.
@@ -91,4 +93,5 @@ If a parent table has many child tables, and the size of the parent or child tab
9193
## Next steps
9294

9395
[Manage data retention policies](data-retention-manage.md) <br />
94-
[Share your ideas](https://experience.dynamics.com/ideas/categories/list/?category=55f731de-11f3-ed11-8848-00224827ed7b&forum=eef9aef6-0ff3-ed11-8848-00224827e88b)
96+
[Share your ideas](https://experience.dynamics.com/ideas/categories/list/?category=55f731de-11f3-ed11-8848-00224827ed7b&forum=eef9aef6-0ff3-ed11-8848-00224827e88b) <br />
97+
[For developers: Long-term data retention](../../developer/data-platform/long-term-retention.md)

powerapps-docs/maker/model-driven-apps/form-component-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Note the following limitations when you add the form component control to a tabl
127127

128128
- The form that you use with a form component must be included in your app. If it isn't, or if the current user doesn't have access to the form, it will fall back to the top-most main form that is included in the app and available to the user (based on form order). More information: [Add a component](add-edit-app-components.md#add-a-component).
129129

130-
- Form component controls have certain limitations when rendered in multi-session apps. If the client API is used to modify the form component control, the changes might not be persisted when switching multi-session tabs.
130+
- Form component controls have certain limitations when rendered in multi-session apps. If the client API is used to modify the form component control, or if data is entered on the form, the changes might not be persisted when switching multi-session tabs.
131131

132132
- You may notice that the timeline wall may not update when a column that is used to set the timeline wall has changed in the form component. When the page is refreshed the timeline wall will update as expected.
133133

0 commit comments

Comments
 (0)