Skip to content

Commit 84955dc

Browse files
committed
Revised to be consistent with maker UI and terminology
1 parent a8fe17a commit 84955dc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

powerapps-docs/maker/common-data-service/create-edit-entities-solution-explorer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ In the **General** tab, some of the options are required before you can save the
7676
|**Display Name**|This is the singular name for the entity that will be shown in the app.<br />This can be changed later.|
7777
|**Plural Name**|This is the plural name for the entity that will be shown in the app.<br />This can be changed later.|
7878
|**Name**|This field is pre-populated based on the display name you enter. It includes the solution publisher customization prefix.|
79-
|**Ownership**|You can choose either user or team-owned or organization owned. More information: [Entity ownership](types-of-entities.md#entity-ownership)|
79+
|**Ownership**|You can choose either user or team-owned or organization owned. More information: [Standard entity ownership](types-of-entities.md#standard-entity-with-ownership-defined)|
8080

8181
## Edit an entity
8282

powerapps-docs/maker/common-data-service/types-of-entities.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,24 @@ search.app:
2424
---
2525
# Types of entities
2626

27-
Before creating or editing entities in Common Data Service, you should understand that there are different types of entities. Once a custom entity is created, these types cannot be changed. The two major divisions are based on entity ownership and whether the entities are activity entities.
27+
Before creating or editing entities in Common Data Service, you should understand that there are different types of entities. Once a custom entity is created, these types can't be changed. The two main entity types are standard entities and activity entities.
2828

2929
<a name="BKMK_EntityOwnership"></a>
3030

31-
## Entity ownership
31+
## Standard entities
3232

33-
There are four different types of entity ownership. When you create a custom entity the only options are **user or team owned** or **organization-owned**, but you should be aware that other entities have different ownership types.
33+
There are four different types of standard entity ownership. When you create a custom standard entity the only options are **User or team** owned or **Organization** owned, but you should be aware that other entities have different ownership types.
3434

3535
|Ownership|Description|
3636
|---------------|-----------------|
3737
|**Business-owned**|Data in these entities belongs to the Business unit. Access to the data can be controlled at the business unit level.|
3838
|**None**|Data not owned by another entity.|
39-
|**Organization-owned**|Data belongs to the organization. Access to the data is controlled at the organization level.|
40-
|**User or Team Owned**|Data belongs to a user or a team. Actions that can be performed on these records can be controlled on a user level.|
39+
|**Organization**|Data belongs to the organization. Access to the data is controlled at the organization level.|
40+
|**User or team**|Data belongs to a user or a team. Actions that can be performed on these records can be controlled on a user level.|
4141

4242

4343
> [!IMPORTANT]
44-
> After an entity is created, you can’t change the ownership. Before you create an entity, make sure that you choose the correct type of ownership. If you later determine that your custom entity must be of a different type, you have to delete it and create a new one.
44+
> After a standard entity is created, you can’t change the ownership. Before you create an entity, make sure that you choose the correct type of ownership. If you later determine that your custom entity must be of a different type, you have to delete it and create a new one.
4545
4646
<a name="BKMK_ActivityEntities"></a>
4747

0 commit comments

Comments
 (0)