Skip to content

Commit 9bb09ad

Browse files
committed
Acrolinx updates
1 parent ea49f99 commit 9bb09ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

powerapps-docs/developer/data-platform/security-access-rights.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ search.audienceType:
1818

1919
Let's talk about the data operations that you can perform and the access rights required for each. The following table lists the messages that correspond with common data operations and the access rights required to execute those messages.
2020

21-
| Message(s) | Access rights required |
21+
| Messages | Access rights required |
2222
|---|---|
2323
| **Create** | CREATE |
2424
| **Retrieve**, **RetrieveMultiple** | READ |
@@ -31,11 +31,11 @@ Let's talk about the data operations that you can perform and the access rights
3131

3232
## Dependencies between access rights
3333

34-
Sometimes, security dependencies exist because it is necessary to have more than
34+
Sometimes, security dependencies exist because it's necessary to have more than
3535
one access right to perform a given action. For example, if you have the
3636
**create** access right for accounts, you can create a record of the account
3737
table type. However, unless you also have **read** access for accounts, you
38-
cannot create an account record and be the owner of that new record.
38+
can't create an account record and be the owner of that new record.
3939

4040
The following table lists the access right dependencies for the actions
4141
specified.
@@ -52,7 +52,7 @@ specified.
5252
When [record ownership](/power-platform/admin/wp-security-cds#record-ownership-in-modernized-business-units) in modernized business units is enabled, and **OwningBusinessUnit** is being changed, the caller is required to have **AppendTo** access on the new business unit.
5353

5454
Another type of dependency exists when objects are subordinate to another
55-
object. For example, the opportunity object cannot exist on its own. Each
55+
object. For example, the opportunity object can't exist on its own. Each
5656
opportunity is always attached to an account or contact. To create an
5757
opportunity, you must have the access right **appendto** on accounts and the
5858
access right **append** on opportunities.

0 commit comments

Comments
 (0)