Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 3.68 KB

edit-system-entity-messages.md

File metadata and controls

69 lines (51 loc) · 3.68 KB
title description ms.custom ms.date ms.reviewer ms.suite ms.tgt_pltfrm ms.topic applies_to author ms.assetid caps.latest.revision ms.subservice ms.author search.audienceType
Edit system table messages with Power Apps | MicrosoftDocs
Learn how to edit system table messages
11/02/2022
conceptual
Dynamics 365 (online)
Dynamics 365 Version 9.x
powerapps
Mattp123
3ccbd8de-8d6f-4058-87f7-15463667cfc6
41
dataverse-maker
matp
maker

Edit system table messages (preview)

[!INCLUDE cc-beta-prerelease-disclaimer]

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.

Important

This is a preview feature. More information: Model-driven apps and app management

Add a message to a system table

  1. Sign into Power Apps (make.powerapps.com).
  2. Go to Solutions, open the solution that has the table you want, and then open the table. [!INCLUDE left-navigation-pane]
  3. In the Customizations area, select Messages. :::image type="content" source="media/open-messages-area.png" alt-text="Table messages area":::
  4. Select the message you want, and then select Add.

Edit a system table message

  1. Open the table that has the message you want to edit, and then in the Customizations area select Messages.

  2. Select the message, and then select Edit on the command bar. Enter the changes you want:
    :::image type="content" source="media/edit-table-message.png" alt-text="Edit a system table message":::

    Field Description
    Default display text Shows the original text, which isn't editable.
    Custom display text Edit this text to change the message that is displayed.
    Comment Optional. Include a comment about what you changed and why.
  3. Select Done.

Programmatically update table display strings

For developers looking for a way to work with these in code, the display strings are stored in the DisplayString table.

The DisplayString table doesn’t contain the default display strings. The two attributes for this table that contain text are CustomDisplayString and 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.

Edit using the classic experience

For information about how to edit system table messages using the classic experience, see Edit system entity messages and display names.

See also

Edit a table
Translate localizable text for model-driven apps

[!INCLUDEfooter-include]