You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default display name of some system tablesis used in user interface text and error messages in Microsoft Dataverse. If you change the display name, you should also update any messages that use the default display name. For example, if you change the display name from *Account* to *Company*, you could still see an error message using the old name.
30
+
The default display name of some system tables, such as account and contact tables, is used in user interface text and error messages in Microsoft Dataverse. If you change the display name for a system table, you should also update any messages that use the default display name. For example, if you change the display name from *Account* to *Company*, you could still see an error message using the old name.
32
31
33
-
You cannot edit system messages using the Power Apps portal, you must use solution explorer.
32
+
> [!IMPORTANT]
33
+
> This is a preview feature. More information: [Model-driven apps and app management](../powerapps-preview-program.md#model-driven-apps-and-app-management)
In the solution explorer, below the table, if you see a **Messages** node you can edit certain text that includes references to the original table display name.
37
+
1. Sign into [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) (make.powerapps.com).
38
+
1. Go to **Solutions**, open the solution that has the table you want, and then open the table.
39
+
1. In the **Customizations** area, select **Messages**.
Editing this text is straightforward. Double-click the message to see a form with three columns:
42
-
43
-
|Field|Description|
44
-
|-----------|-----------------|
45
-
|**Default Display String**|Shows the original text.|
46
-
|**Custom Display String**|Edit this text to change the display string.|
47
-
|**Comment**|Optional. Include a comment about what you changed and why.|
48
-
49
-
Some of the message text may have placeholders in them. These placeholders are numbers with brackets on either side. For example: `{0}`. These placeholders allow for text to be inserted in the message. If you edit messages, make sure that you keep these placeholders.
45
+
1. Open the table that has the message you want to edit, and then in the **Customizations** area select **Messages**.
46
+
1. Select the message, and then select **Edit** on the command bar. Enter the changes you want:
47
+
:::image type="content" source="media/edit-table-message.png" alt-text="Edit a system table message":::
50
48
51
-
Select  to save your changes. Select **Save and Close** to close the form when you save.
49
+
|Field|Description|
50
+
|-----------|-----------------|
51
+
|**Default display text**|Shows the original text, which isn't editable.|
52
+
|**Custom display text**|Edit this text to change the message that is displayed.|
53
+
|**Comment**|Optional. Include a comment about what you changed and why.|
52
54
53
-
> [!NOTE]
54
-
> Although the UI exposed to edit system table messages includes many references to table names, it doesn't include all of them. For a more comprehensive approach, see [Updating localizable text in the base language](../model-driven-apps/translate-localizable-text.md#updating-localizable-text-in-the-base-language)
55
+
1. Select **Done**.
55
56
56
57
## Programmatically update table display strings
57
58
58
59
For developers looking for a way to work with these in code, the display strings are stored in the [DisplayString](../../developer/data-platform/reference/entities/displaystring.md) table.
59
60
60
61
The `DisplayString` table doesn’t contain the default display strings. The two attributes for this table that contain text are [CustomDisplayString](../../developer/data-platform/reference/entities/displaystring.md#BKMK_CustomDisplayString) and [PublishedDisplayString](../../developer/data-platform/reference/entities/displaystring.md#BKMK_PublishedDisplayString). By default, these attribute values are null unless the display string has been customized and published. The `PublishedDisplayString` value is read-only and reflects the currently published `CustomDisplayString`.
61
-
62
+
63
+
## Edit using the classic experience
64
+
65
+
For information about how to edit system table messages using the classic experience, see [Edit system entity messages and display names](/dynamics365/customerengagement/on-premises/customize/edit-system-entity-messages).
66
+
62
67
## See also
68
+
63
69
[Edit a table](edit-entities.md)<br />
64
70
[Translate localizable text for model-driven apps](../model-driven-apps/translate-localizable-text.md)
0 commit comments