Skip to content

Commit 527e238

Browse files
authored
Live publish
2 parents abb4f33 + 0bb0a10 commit 527e238

File tree

5 files changed

+35
-27
lines changed

5 files changed

+35
-27
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2340,7 +2340,7 @@
23402340
href: ./data-platform/data-platform-delete-entity.md
23412341
- name: How to display custom icons
23422342
href: ./data-platform/display-custom-icons-instead.md
2343-
- name: How to edit system table messages
2343+
- name: How to edit system table messages (preview)
23442344
href: ./data-platform/edit-system-entity-messages.md
23452345
- name: How to configure a table for feedback/ratings
23462346
href: ./data-platform/configure-entity-feedback.md

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

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
title: "Edit system table messages with Power Apps | MicrosoftDocs"
33
description: "Learn how to edit system table messages"
44
ms.custom: ""
5-
ms.date: 05/15/2018
5+
ms.date: 11/02/2022
66
ms.reviewer: ""
7-
87
ms.suite: ""
98
ms.tgt_pltfrm: ""
109
ms.topic: "conceptual"
@@ -24,42 +23,49 @@ search.app:
2423
- PowerApps
2524
- D365CE
2625
---
27-
# Edit system table messages
28-
26+
# Edit system table messages (preview)
2927

28+
[!INCLUDE [cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
3029

31-
The default display name of some system tables is 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.
3231

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)
3434
35-
[!INCLUDE [cc_navigate-solution-from-powerapps-portal](../../includes/cc_navigate-solution-from-powerapps-portal.md)]
35+
## Add a message to a system table
3636

37-
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**.
40+
:::image type="content" source="media/open-messages-area.png" alt-text="Table messages area":::
41+
1. Select the message you want, and then select **Add**.
3842

39-
![Table Messages.](../model-driven-apps/media/entity-messages.png)
43+
## Edit a system table message
4044

41-
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":::
5048

51-
Select ![Save.](media/save-entity-icon-solution-explorer.png) 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.|
5254

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**.
5556

5657
## Programmatically update table display strings
5758

5859
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.
5960

6061
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+
6267
## See also
68+
6369
[Edit a table](edit-entities.md)<br />
6470
[Translate localizable text for model-driven apps](../model-driven-apps/translate-localizable-text.md)
6571

Loading
Loading

powerapps-docs/maker/portals/liquid/render-entity-list-current-page.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: gitanjalisingh33msft
55

66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 04/21/2022
8+
ms.date: 11/18/2022
99
ms.subservice: portals
1010
ms.author: gisingh
1111
ms.reviewer: ndoelman
@@ -16,10 +16,9 @@ contributors:
1616

1717
# Render the list associated with the current page
1818

19-
2019
[!INCLUDE[cc-pages-ga-banner](../../../includes/cc-pages-ga-banner.md)]
2120

22-
Render the List associated with the current page as a paginated sortable table. Uses [entitylist](liquid-objects.md#entitylist), [entityview](liquid-objects.md#entityview), [Dataverse entity tags](portals-entity-tags.md), [page](liquid-objects.md#page), and [request](liquid-objects.md#request) parameters, and includes search and multiple view selection.
21+
Render the List associated with the current page as a paginated sortable table. Uses [entitylist](liquid-objects.md#entitylist), [entityview](liquid-objects.md#entityview), [Dataverse entity tags](portals-entity-tags.md), [page](liquid-objects.md#page), and [request](liquid-objects.md#request) parameters, and includes search and multiple view selections.
2322

2423
```xml
2524
{% entitylist id:page.adx_entitylist.id %}
@@ -64,6 +63,10 @@ Render the List associated with the current page as a paginated sortable table.
6463
href="{{ request.path_and_query | remove_query:'search' | h }}">&times;</a>
6564
</div>
6665
{% endif %}
66+
{% assign viewid = request.params.view %}
67+
<input name="view" class="form-control"
68+
value="{{ viewid | h}}"
69+
type="hidden"/>
6770
<input name="search" class="form-control"
6871
value="{{ params.search | h }}"
6972
placeholder="{{ entitylist.search_placeholder | default: 'Search' | h }}"
@@ -249,4 +252,3 @@ Render the List associated with the current page as a paginated sortable table.
249252
[Render up to three levels of page hierarchy by using hybrid navigation](hybrid-navigation-render-page-hierachy.md)
250253

251254

252-
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)