Skip to content

Commit 6bf5d87

Browse files
committed
This is specific to Dataverse a part of Power Apps
1 parent 91d2e33 commit 6bf5d87

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

support/power-platform/power-apps/dataverse/cleanup-inherited-access.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: How to clean up inherited access
3-
description: Introduces how to remove inherited access to records when the cascade configuration of a table changes in Microsoft Power Apps.
3+
description: Introduces how to remove inherited access to records when the cascade configuration of a table changes in Microsoft Dataverse..
44
ms.date: 09/07/2023
55
author: paulliew
66
ms.author: paulliew
@@ -17,15 +17,15 @@ contributors:
1717
---
1818
# How to clean up inherited access
1919

20-
This article introduces how to remove inherited access for records when the cascade configuration of a table changes in Microsoft Power Apps.
20+
This article introduces how to remove inherited access for records when the cascade configuration of a table changes in Microsoft Dataverse.
2121

2222
## Symptoms
2323

2424
After the [cascading behavior of a table relationship](/power-apps/developer/data-platform/configure-entity-relationship-cascading-behavior#reset-cascade-inherited-access) for the **Reparent** or **Share** action is changed to **No Cascade**, you continue to have access to the related records that should be removed.
2525

2626
## How to verify the access to related records
2727

28-
When you find that you have unexpected access to records, you can use the **Check Access** feature or the `RetrieveAccessOrigin` message to verify the access to the related records.
28+
When you find that you have unexpected access to records, you can use the **Check Access** feature or the `RetrieveAccessOrigin` message to verify the access to the related records.
2929

3030
#### Use the Check Access feature
3131

@@ -177,7 +177,7 @@ OData-Version: 4.0
177177

178178
The `ResetInheritedAccess` message tries to execute synchronously when there aren't many matching records. Then the `ResetInheritedAccessResponse` value ends with `ExecutionMode : Sync`. If there are many matching records, the operation takes longer, and the value ends with `ExecutionMode : Async`. A system job named `Denormalization_PrincipalObjectAccess_principalobjectaccess:<caller ID>` is created, and you can monitor the success of that job. For more information, see [monitoring system jobs](/power-platform/admin/manage-dataverse-auditing#monitoring-system-jobs) or [managing system jobs with code](/power-apps/developer/data-platform/asynchronous-service#managing-system-jobs).
179179

180-
The `ResetInheritedAccess` message requires a `Fetch` query to identify the records. This query must meet the following requirements:
180+
The `ResetInheritedAccess` message requires a FetchXml query to identify the records. This query must meet the following requirements:
181181

182182
- Use the `principalobjectaccess`(POA) table.
183183
- Return only the `principalobjectaccessid` column.

0 commit comments

Comments
 (0)