You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/power-platform/power-apps/dataverse/cleanup-inherited-access.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ After the [cascading behavior of a table relationship](/power-apps/developer/dat
25
25
26
26
## How to verify the access to related records
27
27
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.
29
29
30
30
#### Use the Check Access feature
31
31
@@ -209,7 +209,7 @@ The following [AccessRights enum](xref:Microsoft.Dynamics.CRM.AccessRights) memb
209
209
|`Read`|1|The right to read a record.|
210
210
|`Write`|2|The right to update a record.|
211
211
|`Append`|4|The right to append the specified record to another record. |
212
-
|`Append`To|16|The right to append another record to the specified record. |
212
+
|`AppendTo`|16|The right to append another record to the specified record. |
0 commit comments