Skip to content

Commit 91d2e33

Browse files
authored
a minor change
1 parent f568ba7 commit 91d2e33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ After the [cascading behavior of a table relationship](/power-apps/developer/dat
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

@@ -209,7 +209,7 @@ The following [AccessRights enum](xref:Microsoft.Dynamics.CRM.AccessRights) memb
209209
|`Read`|1|The right to read a record.|
210210
|`Write`|2|The right to update a record.|
211211
|`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. |
213213
|`Create`|32|The right to create a record.|
214214
|`Delete`|65,536|The right to delete a record.|
215215
|`Share`|262,144|The right to share a record.|

0 commit comments

Comments
 (0)