Skip to content

Commit 9d12a39

Browse files
authored
Fixed terminology
1 parent c3f307a commit 9d12a39

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

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

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,27 +25,27 @@ search.app:
2525

2626
[!INCLUDE[cc-data-platform-banner](../../includes/cc-data-platform-banner.md)]
2727

28-
You can easily create a table using the Power Apps portal for most common situations, but not all capabilities are implemented there. When you need to meet the requirements described in [Create and edit tables in Common Data Service](create-edit-entities.md), you can achieve them by creating or editing tables using the Solution Explorer.
28+
You can easily create a table using Power Apps ([make.powerapps.com](https://make.powerapps.com) for most common situations, but not all capabilities are implemented there. When you need to meet the requirements described in [Create and edit tables in Common Data Service](create-edit-entities.md), you can achieve them by creating or editing tables using the Solution Explorer.
2929

3030
## Open solution explorer
3131

32-
Part of the name of any table you create is the customization prefix. This is set based on the solution publisher for the solution you’re working in. If you care about the customization prefix, make sure that you are working in an unmanaged solution where the customization prefix is the one you want for this table. More information: [Change the solution publisher prefix](change-solution-publisher-prefix.md)
32+
The customization prefix is part of the name of any table you create. This is set based on the solution publisher for the solution you’re working in. If you care about the customization prefix, make sure that you are working in an unmanaged solution where the customization prefix is the one you want for this table. More information: [Change the solution publisher prefix](change-solution-publisher-prefix.md)
3333

3434
[!INCLUDE [cc_navigate-solution-from-powerapps-portal](../../includes/cc_navigate-solution-from-powerapps-portal.md)]
3535

3636
## View tables
3737

38-
In the solution explorer **Components** node, select the **Tables** node.
38+
In the solution explorer **Components** node, select the **Entities** node.
3939

4040
![View tables in solution explorer](media/view-entities-solution-explorer.png)
4141

4242
## Create a table
4343

44-
While [viewing tables](#view-tables), select **New** to open the new table form.
44+
While [viewing tables](#view-tables), select **New** to open the form to create tables.
4545

46-
![new table form in solution explorer](media/new-entity-form-solution-explorer.png)
46+
![new entity form in solution explorer](media/new-entity-form-solution-explorer.png)
4747

48-
The new table form has two tabs. The **General** tab is for table options. The **Primary Field** tab is for options about the special single line of text column that each table has that defines the text shown when there is a link to open the table in a lookup column.
48+
The form has two tabs. The **General** tab is for entity options. The **Primary Field** tab is for options about the special single line of text column that each table has that defines the text shown when there is a link to open the table in a lookup column.
4949

5050
For information about each section see the following:
5151
- [Configure the primary column](#configure-the-primary-column)
@@ -118,10 +118,8 @@ You can also make the following changes:
118118
As someone with the system administrator security role, you can delete custom tables that aren’t part of a managed solution.
119119

120120
> [!IMPORTANT]
121-
> When you delete a custom table, the database tables that store data for that table are deleted and all data they contain is lost. Any associated rows that have a parental relationship to the custom table are also deleted. For more information about parental relationships, see [Create and edit relationships between tables](create-edit-entity-relationships.md).
122-
123-
> [!NOTE]
124-
> The only way to recover data from a table that was deleted is to restore the database from a point before the table was deleted. More information: [Backup and restore instances](/dynamics365/customer-engagement/admin/backup-restore-instances)
121+
> - When you delete a custom table, the database tables that store data for that table are deleted and all data they contain is lost. Any associated rows that have a parental relationship to the custom table are also deleted. For more information about parental relationships, see [Create and edit relationships between tables](create-edit-entity-relationships.md).
122+
> - The only way to recover data from a table that was deleted is to restore the database from a point before the table was deleted. More information: [Backup and restore environments](/power-platform/admin/backup-restore-environments)
125123
126124
While [viewing tables](#view-tables), click the ![Delete command](media/delete.gif) command in the toolbar.
127125

0 commit comments

Comments
 (0)