Skip to content

Commit 6bfb931

Browse files
committed
Adding preview tags and link to legacy method
1 parent 68719d2 commit 6bfb931

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

powerapps-docs/maker/data-platform/edit-system-entity-messages.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,15 @@ search.app:
2323
- PowerApps
2424
- D365CE
2525
---
26-
# Edit system table messages
26+
# Edit system table messages (preview)
27+
28+
[!INCLUDE [cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
2729

2830
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.
2931

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)
34+
3035
## Add a message to a system table
3136

3237
1. Sign into [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) (make.powerapps.com).
@@ -54,7 +59,11 @@ The default display name of some system tables, such as account and contact tabl
5459
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.
5560

5661
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`.
57-
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+
5867
## See also
5968

6069
[Edit a table](edit-entities.md)<br />

0 commit comments

Comments
 (0)