Skip to content

Commit c2e6038

Browse files
committed
Merging changes synced from https://github.com/MicrosoftDocs/powerapps-docs-pr (branch live)
2 parents 6cd57db + 706eaae commit c2e6038

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

powerapps-docs/chatbots.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ms.custom:
88
ms.date: 06/26/2020
99
ms.author: iawilt
1010
ms.reviewer: mvakoc
11-
ms.custom: pva, power-apps
1211
---
1312
# Create chatbots from Power Apps
1413

powerapps-docs/developer/common-data-service/configure-entity-relationship-cascading-behavior.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ The `CascadeConfiguration` (<xref:Microsoft.Xrm.Sdk.Metadata.CascadeConfiguratio
7070
> deactivated when the reassignment occurs. The new owner of the record will need to reactivate the workflow or business rule
7171
> if they want to continue using it.
7272
73+
74+
> [!NOTE]
75+
> When performing a merge between two custom entities, DateTime values will not merge. The DateTime of the target record will remain unchanged.
76+
7377
<a name="BKMK_ReparentAction"></a>
7478
### About the reparent action
7579
The reparent action is very similar to the share action except that it deals with the inherited read access rights instead of explicit read access rights. The reparent action is when you change the value of the referencing attribute in a parental relationship. When a reparent action occurs, the desired scope of the inherited read access rights for related entities might change. The cascade actions related to the reparent action refer to changes to read access rights for the entity record and any entity records related to it.

powerapps-docs/developer/common-data-service/optimistic-concurrency.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ On a multi-threaded and multi-user system like Power Apps, operations and data c
3131

3232
## Apply optimistic concurrency using Web API
3333

34-
For information about using Web API to apply optimistic concurrency, see [Apply optimistic concurrency](webapi/perform-conditional-operations-using-web-api.md##apply-optimistic-concurrency)
34+
For information about using Web API to apply optimistic concurrency, see [Apply optimistic concurrency](webapi/perform-conditional-operations-using-web-api.md#apply-optimistic-concurrency)
3535

3636

3737
## Apply optimistic concurrency using Organization service
3838

39-
For information about using Organization service to apply optimistic concurrency, see [Optimistic concurrency behavior](org-service/entity-operations-update-delete.md##optimistic-concurrency-behavior)
39+
For information about using Organization service to apply optimistic concurrency, see [Optimistic concurrency behavior](org-service/entity-operations-update-delete.md#optimistic-concurrency-behavior)
4040

4141
<a name="bkmk_handle"></a>
4242
## Handle exceptions

powerapps-docs/maker/common-data-service/export-to-data-lake.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ Follow the steps in the [Create an Azure Storage account](/azure/storage/blobs
8585
Your Common Data Service environment is linked to the Azure Data Lake Storage Gen2 account. The file system in the Azure storage account is created with a folder for each entity selected to be replicated to the data lake.
8686

8787
> [!NOTE]
88-
> The data exported by Export to data lake service is encrypted at rest in Azure Data Lake Storage Gen2. Additionally, transient data in the blob storage is also encrypted at rest. Encryption in Azure Data Lake Storage Gen2 helps you protect your data, implement enterprise security policies, and meet regulatory compliance requirements. More information: [Azure Data Encryption-at-Rest]( /azure/security/fundamentals/encryption-atrest)
89-
88+
> The data exported by Export to data lake service is encrypted at rest in Azure Data Lake Storage Gen2. Additionally, transient data in the blob storage is also encrypted at rest. Encryption in Azure Data Lake Storage Gen2 helps you protect your data, implement enterprise security policies, and meet regulatory compliance requirements. More information: [Azure Data Encryption-at-Rest]( /azure/security/fundamentals/encryption-atrest) <br />
9089
> Currently, you can't provide public IPs for Export to data lake service that can be used in **Azure Data Lake firewall settings**. Public IP network rules have no effect on requests originating from the same Azure region as the storage account. Services deployed in the same region as the storage account use private Azure IP addresses for communication. Thus, you can't restrict access to specific Azure services based on their public outbound IP address range.
9190
More information: [Configure Azure Storage firewalls and virtual networks]( /azure/storage/common/storage-network-security)
9291

powerapps-docs/maker/model-driven-apps/assign-form-order.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ search.app:
3131
You can't assign security roles to quick create, quick view, or card forms, so the only form that will be used by everyone is the one at the top of the form order.
3232

3333
## To assign a form order
34+
> [!NOTE]
35+
> To set form order using the new experience, see [Set the form order](control-access-forms.md#set-the-form-order).
3436
3537
1. Open the [solutions explorer](advanced-navigation.md#solution-explorer), expand the entity that you want, and then select **Forms**.
3638

0 commit comments

Comments
 (0)