Skip to content

Commit dab45bf

Browse files
Live publish for 02 August 2024.
2 parents 2ad2ef7 + ecef120 commit dab45bf

File tree

6 files changed

+35
-27
lines changed

6 files changed

+35
-27
lines changed

powerapps-docs/maker/data-platform/data-retention-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: pnghub
66
ms.author: gned
77
ms.reviewer: matp
88
ms.topic: overview
9-
ms.date: 05/10/2024
9+
ms.date: 08/02/2024
1010
ms.custom: template-overview
1111
---
1212
# Dataverse long term data retention overview
@@ -46,7 +46,7 @@ Application admins set up custom policies for a table with criterion to retain d
4646

4747
> [!IMPORTANT]
4848
> - Once data is retained with Dataverse long term retention it can't be moved back to the Dataverse live (active) application state.
49-
> - Customers using self-managed encryption key (BYOK) should be aware that long term retained data in the Azure data lake is encrypted with Microsoft managed key. Consider migrating to customer managed key. More information: [Migrate bring-your-own-key environments to customer-managed key](/power-platform/admin/cmk-migrate-from-byok)
49+
> - You can't use the long term data retention feature with environments that have either self-managed encryption key [bring your own key](/power-platform/admin/cmk-migrate-from-byok) or [customer managed key](/power-platform/admin/cmk-migrate-from-byok) enabled.
5050
> - When a retention policy is run, the process makes API requests in Microsoft Power Platform. These requests are counted towards the existing API requests available with your plan. More information: [Requests limits and allocations](/power-platform/admin/api-request-limits-allocations)
5151
5252
Dataverse provides read-only access to the retained data via:

powerapps-docs/maker/data-platform/define-query-hierarchical-data.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
title: "Define and query hierarchical data with Microsoft Dataverse | MicrosoftDocs"
33
description: "Learn how to define and query hierarchically related data"
44
ms.custom: ""
5-
ms.date: 06/02/2018
5+
ms.date: 08/02/2024
66
ms.reviewer: ""
7-
87
ms.suite: ""
98
ms.tgt_pltfrm: ""
109
ms.topic: "conceptual"
@@ -22,9 +21,10 @@ search.audienceType:
2221
---
2322
# Define and query hierarchically related data
2423

24+
> [!IMPORTANT]
25+
> This feature is deprecated. For more information, go to [Hierarchy control in model-driven apps is deprecated](/power-platform/important-changes-coming#hierarchy-control-in-model-driven-apps-is-deprecated).
2526
26-
27-
You can get valuable business insights by defining and querying hierarchically related data. The hierarchical modelling and visualization capabilities give you a number of benefits:
27+
You can get valuable business insights by defining and querying hierarchically related data. The hierarchical modeling and visualization capabilities give you a number of benefits:
2828

2929
- View and explore complex hierarchical information.
3030
- View key performance indicators (KPIs) in the contextual view of a hierarchy.
@@ -45,7 +45,7 @@ When a self-referential one-to-many (1:N) relationship exists, in the relationsh
4545

4646
To query the data as a hierarchy, you must set one of the table’s one-to-many (1:N) self-referential relationships as hierarchical.
4747

48-
To turn the hierarchy on:
48+
To turn on the hierarchy:
4949

5050
1. While [viewing 1:N relationships](create-edit-1n-relationships-solution-explorer.md#view-table-relationships), select the self-referential relationship you want to edit.
5151
2. In the relationship definition, set **Hierarchical** to **Yes**.
@@ -66,7 +66,7 @@ To turn the hierarchy on:
6666

6767
## Query hierarchical data
6868

69-
Without a defined hierarchy, to retrieve hierarchical data, need to iteratively query for the related rows. With a defined hierarchy, you can query the related data as a hierarchy in one step. You are able to query rows using the **Under** and **Not Under** logic. The **Under** and **Not Under** hierarchical operators are exposed in Advanced Find and the workflow editor. For more information about how to use these operators, see [Configure workflow steps](/flow/configure-workflow-steps#setting-conditions-for-workflow-actions). For more information about Advanced Find, see [Create, edit, or save an Advanced Find search](/dynamics365/customer-engagement/basics/save-advanced-find-search)
69+
Without a defined hierarchy, to retrieve hierarchical data, need to iteratively query for the related rows. With a defined hierarchy, you can query the related data as a hierarchy in one step. You're able to query rows using the **Under** and **Not Under** logic. The **Under** and **Not Under** hierarchical operators are exposed in Advanced Find and the workflow editor. For more information about how to use these operators, see [Configure workflow steps](/flow/configure-workflow-steps#setting-conditions-for-workflow-actions). For more information about Advanced Find, see [Create, edit, or save an Advanced Find search](/dynamics365/customer-engagement/basics/save-advanced-find-search)
7070

7171
> [!NOTE]
7272
> Developers will also be able to use these operators in code. More information [Developer Documentation: Query hierarchical data](/dynamics365/customer-engagement/developer/org-service/query-hierarchical-data)

powerapps-docs/maker/data-platform/formula-columns.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: sanjeevgoyalmsft
55
reviewer: mattp123
66
ms.topic: how-to
77
ms.custom:
8-
ms.date: 06/28/2024
8+
ms.date: 08/01/2024
99
ms.subservice: teams
1010
ms.author: dikamath
1111
ms.reviewer: matp
@@ -159,8 +159,8 @@ You can use the following function types in a formula column:
159159

160160
## Functions
161161

162-
You can use the following scalar functions in a formula column:
163-
162+
For the scalar functions you can use in a formula column, go to [Formula reference - Dataverse formula columns](/power-platform/power-fx/formula-reference-formula-columns).
163+
<!--
164164
:::row:::
165165
:::column span="":::
166166
[Abs](../canvas-apps/functions/function-numericals.md)
@@ -357,7 +357,7 @@ You can use the following scalar functions in a formula column:
357357
:::column-end:::
358358
:::column span="":::
359359
:::column-end:::
360-
:::row-end:::
360+
:::row-end::: -->
361361

362362
\* The **Text** and **Value** functions only work with whole numbers, where no decimal separator is involved. The decimal separator varies across locales. Since formula columns are evaluated without locale knowledge, there's no way to properly interpret or generate the decimal separator.
363363

powerapps-docs/maker/data-platform/low-code-plug-ins-powerfx.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: Mattp123
55
ms.author: matp
66
ms.service: powerapps
77
ms.topic: how-to
8-
ms.date: 04/09/2024
8+
ms.date: 08/02/2024
99
ms.custom: template-how-to
1010
---
1111
# Low-code plug-ins Power Fx (preview)
@@ -32,7 +32,11 @@ The following table lists the Power Fx formulas that work but have limitations o
3232
|Collect | Yes | Requires the variable to exist and the variable type to match what you’re trying to set it to. |
3333
|Defaults | No | Use Collect instead. For example, instead of *Patch(account, Defaults(account), {“Account Name”: “Example Account”})* use `Collect(account, {“Account Name”: “Example Account”})`. |
3434

35-
## Formulas not currently supported with low-code plug-ins
35+
## Power Fx formulas supported
36+
37+
For information about the formulas supported with low-code plug-ins, go to [Formula reference- Dataverse plug-ins](/power-platform/power-fx/formula-reference-plug-ins).
38+
39+
Formulas *not currently supported* with low-code plug-ins
3640

3741
:::row:::
3842
:::column span="":::

powerapps-docs/maker/data-platform/visualize-hierarchical-data.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
title: "Configure visualizations for hierarchical data with model-driven apps | MicrosoftDocs"
33
description: "Learn how to query and visualize hierarchical related data"
44
ms.custom: ""
5-
ms.date: 06/11/2020
5+
ms.date: 08/02/2024
66
ms.reviewer: ""
7-
87
ms.suite: ""
98
ms.tgt_pltfrm: ""
109
ms.topic: "article"
@@ -20,7 +19,8 @@ search.audienceType:
2019
---
2120
# Visualize hierarchical data with model-driven apps
2221

23-
22+
> [!IMPORTANT]
23+
> This feature is deprecated. For more information, go to [Hierarchy control in model-driven apps is deprecated](/power-platform/important-changes-coming#hierarchy-control-in-model-driven-apps-is-deprecated).
2424
2525
When a table is configured to have a hierarchical self-referential relationship you can configure visualizations using that hierarchy. More information: [Define and query hierarchically related data](../data-platform/define-query-hierarchical-data.md)
2626

@@ -37,20 +37,20 @@ The tables that have visualizations available by default include [Account](/pow
3737

3838
## Important things to remember
3939

40-
- Only one (1:N) self-referential relationship per table can be set as hierarchical. In a self-referential relationship the primary table and the related table must be of the same type.
40+
- Only one (1:N) self-referential relationship per table can be set as hierarchical. In a self-referential relationship, the primary table and the related table must be of the same type.
4141
- A hierarchy or visualization is based on one table only. You can depict the account hierarchy showing accounts at multiple levels, but you can’t show accounts and contacts in the same hierarchy visualization.
42-
- The maximum number of columns that can be displayed in a tile is three with Unified Interface and four with the legacy web client. If you add more columns to the Quick Form that is used for the tile view, only the first three columns will be displayed.
42+
- The maximum number of columns that can be displayed in a tile is three with Unified Interface and four with the legacy web client. If you add more columns to the Quick Form that is used for the tile view, only the first three columns are displayed.
4343

4444
## Hierarchy settings
4545

46-
To enable visualizations for a hierarchy you must connect the hierarchy to a quick view form. This can only be done using solution explorer.
46+
To enable visualizations for a hierarchy, you must connect the hierarchy to a quick view form. This can only be done using solution explorer.
4747

4848
[!INCLUDE [cc_navigate-solution-from-powerapps-portal](../../includes/cc_navigate-solution-from-powerapps-portal.md)]
4949

5050
The hierarchy settings are associated to a table in the solution explorer.
5151

5252
1. While [viewing tables](../data-platform/create-edit-entities-solution-explorer.md#view-tables), select **Hierarchy Settings**.
53-
2. If an existing hierarchy setting exists you can edit it. Otherwise click **New** to create a new one.
53+
2. If an existing hierarchy setting exists, you can edit it. Otherwise select **New** to create a new one.
5454

5555
> [!NOTE]
5656
> If the hierarchy settings do not exist the table is not eligible to have a hierarchy configured.
@@ -60,15 +60,15 @@ The hierarchy settings are associated to a table in the solution explorer.
6060

6161
|Column|Description|
6262
|--|--|
63-
|**Name**|*Required.* Add a unique name for the hierarchy settings. This is typically just the name of the table. This value will include the solution publisher's customization prefix.|
63+
|**Name**|*Required.* Add a unique name for the hierarchy settings. This is typically just the name of the table. This value includes the solution publisher's customization prefix.|
6464
|**Default Quick View Form**|*Required.* Choose from an existing Quick View form or choose **Create New** to open the Quick View form editor to create a new one.|
65-
|**Hierarchical Relationship**|*Required.* If a hierarchical relationship is already defined for the table the value will be set here. If there is no value, select **Mark a relationship as enabled for hierarchies** to open a dialog to choose one of the available self-referential relationships.|
65+
|**Hierarchical Relationship**|*Required.* If a hierarchical relationship is already defined for the table the value will be set here. If there's no value, select **Mark a relationship as enabled for hierarchies** to open a dialog to choose one of the available self-referential relationships.|
6666
|**Description**|Include a description of the purpose for this hierarchy so that future people customizing the system can understand why this was done.|
6767

6868

6969
The same hierarchical settings for visualization are set once, but apply to both web and mobile clients. In tablets, the visuals render in a modified format suitable for the smaller form factor. The customizable components required for hierarchical visualization are solution aware, therefore, they can be transported between organizations like any other customization. You can configure the attributes shown in the visualization by customizing a Quick Form using the form editor.
7070

71-
## Visualization walk through
71+
## Visualization walk-through
7272

7373
Let’s look at an example of creating the visualization for a custom table. We created a custom table called `new_Widget`, created a (1:N) self-referential relationship `new_new_widget_new_widget` and marked it as hierarchical, as shown here.
7474

@@ -87,7 +87,7 @@ For the **Quick View Form**, we created a Quick Form called **Widget Hierarchy T
8787
> [!div class="mx-imgBorder"]
8888
> ![Create quick form for widget.](media/create-quickform.png)
8989
90-
After we completed the setup, we created two rows: *Standard Widget* and *Premium Widget*. After making the Premium Widget a parent of the Standard Widget by using the lookup column, the `new_Widget` grid view depicted the hierarchy icons, as shown below:
90+
After we completed the setup, we created two rows: *Standard Widget* and *Premium Widget*. After making the Premium Widget a parent of the Standard Widget by using the lookup column, the `new_Widget` grid view depicted the hierarchy icons, as shown here:
9191

9292
> [!div class="mx-imgBorder"]
9393
> ![Widget's hierarchy grid.](media/widget-hierarchy-grid.png)

powerapps-docs/maker/model-driven-apps/commanding-use-powerfx.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,13 @@ Self.Selected.Item.'Recurring Appointments'
198198
Self.Selected.Item.'Parent Account'.'Account Name'="parent"
199199
```
200200

201-
## Functions not supported
201+
## Functions available with commanding
202202

203-
The following Power Fx functions are currently not supported with commanding in model-driven apps.
203+
For information about the formulas supported with commanding in model-driven apps, go to [Formula reference - model-driven apps](/power-platform/power-fx/formula-reference-model-driven-apps).
204+
205+
### Functions not supported
206+
207+
The following Power Fx functions are *currently not supported* with commanding in model-driven apps.
204208

205209
- Back()
206210
- Clear()

0 commit comments

Comments
 (0)