Skip to content

Commit cb6eae2

Browse files
committed
Fixing additional asterisk including HTML escape asterisk
1 parent f66a1ce commit cb6eae2

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

powerapps-docs/maker/data-platform/data-platform-create-entity.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ search.app:
1717

1818
# Create a custom table
1919

20-
2120
In Power Apps, a *table* defines information that you want to track in the form of records, which typically include properties such as company name, ___location, products, email, and phone. You can then surface that data by developing an app that refers to the table. Power Apps offers standard "out-of-the-box" tables to cover typical scenarios within an organization (such as tracking appointments), but there may be times when you need to create custom tables to store data that's specific to your organization.
2221

2322
Watch this video for a quick overview about how to create a table:
@@ -42,10 +41,10 @@ Sign in to Power Apps at [https://make.powerapps.com](https://make.powerapps.com
4241

4342
|Section |Column |Description |
4443
|---------|---------|---------|
45-
|Required columns | **Display name *** | This is the singular name for the table that will be shown in the app. This can be changed later. |
46-
|Required columns | **Plural display name *** | This is the plural name for the table that will be shown in the app. This can be changed later. |
47-
|Required columns | **Display Name *** (Primary column) | By default, every table contains a Primary Field, which is used by lookup columns when establishing relationships with other tables. Typically the primary column stores the name or primary description of the data stored in the table. You may update the name and display name of the primary column before saving the table for the first time. Also, observe that the primary column also has its own **Name** box, which functions similarly to the table name described above. The primary column name is autopopulated when a display name is entered, uses the same prefix as the table, and cannot be changed after the table is created. |
48-
|Required columns | **Name &#42;** | This column is pre-populated based on the **Primary Column Display name** you enter. It includes the customization prefix for the Dataverse solution publisher. You cannot change this after the table is saved. <br /> <br /> In order for the table name to work with [Dynamics 365 for Customer Service embedded knowledge search](/dynamics365/customer-engagement/customer-service/set-up-knowledge-management-embedded-knowledge-search), the maximum table name length including the publisher prefix can’t exceed 24 characters. |
44+
|Required columns | **Display name ** | This is the singular name for the table that will be shown in the app. This can be changed later. |
45+
|Required columns | **Plural display name ** | This is the plural name for the table that will be shown in the app. This can be changed later. |
46+
|Required columns | **Display Name** (Primary column) | By default, every table contains a **Primary Name Column**, which is used by lookup columns when establishing relationships with other tables. Typically the primary name column stores the name or primary description of the data stored in the table. You may update the name and display name of the primary name column before saving the table for the first time. Also, observe that the primary name column also has its own **Name** box, which functions similarly to the table name described above. The primary name column name is autopopulated when a display name is entered, uses the same prefix as the table, and cannot be changed after the table is created. |
47+
|Required columns | **Name** | This column is pre-populated based on the **Primary Column Display name** you enter. It includes the customization prefix for the Dataverse solution publisher. You cannot change this after the table is saved. <br /> <br /> In order for the table name to work with [Dynamics 365 for Customer Service embedded knowledge search](/dynamics365/customer-engagement/customer-service/set-up-knowledge-management-embedded-knowledge-search), the maximum table name length including the publisher prefix can’t exceed 24 characters. |
4948
| Required columns | **Enable attachments** | Adds the attachments control to the table. The control is used to add or remove files and notes to records. Enabling this option lets users add files, such as document files from their computer or existing photos from a mobile device. Attached files can be up to 10 MB in size. Once this option is set, it can’t be changed after the table is created. |
5049
|**Description** | **Description** | Expand **More settings** > **Description**. You can enter a description for your table if you wish. Descriptions are helpful if other people will use this table. |
5150
|**Table type and ownership** | **Choose table type** | Switch the table type to **Activity table** to create tables that can manage tasks. |
@@ -64,7 +63,7 @@ Sign in to Power Apps at [https://make.powerapps.com](https://make.powerapps.com
6463
| **Dynamics 365 for Outlook** | **Enable offline capabilities** | Enables row data for this table to be available while the Dynamics 365 for Outlook application is not connected to the network. |
6564

6665
4. Select **Create**.
67-
66+
6867
On the table details page, observe that the table is now being provisioned in the background. Once provisioning is completed, your table will be saved and available for use in apps. Fields, relationships, and keys can be added to your table at any time (even while provisioning is still in progress), but views, forms, charts, dashboards, and business rules can only be added to the table after provisioning is completed.
6968

7069
## Next steps

powerapps-docs/maker/model-driven-apps/use-main-form-and-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ You can add iFrames to a form to integrate content from another website within a
144144

145145
To enable editing navigation, you must first select **Navigation** from the **Select** group on the **Home** tab.
146146

147-
In the Relationship Explorer,** you can filter by 1:N (one-to-many) or N:N (many-to-many) relationships, or view all available relationships. The **Only show unused relationships checkbox** is disabled and selected. So you can only add each relationship one time.
147+
In the Relationship Explorer, you can filter by 1:N (one-to-many) or N:N (many-to-many) relationships, or view all available relationships. The **Only show unused relationships checkbox** is disabled and selected. So you can only add each relationship one time.
148148

149149
To add a relationship from the **Relationship Explorer** just double-click it and it will be added below the currently selected relationship in the navigation area. Double-click a relationship in the navigation area and you can change the label on the **Display** tab. On the **Name** tab, you can see information about the relationship. Use the **Edit** button to open the definition of the table.
150150

0 commit comments

Comments
 (0)