Skip to content

Commit 2147087

Browse files
authored
Live publish
2 parents 0cafa77 + 82a202e commit 2147087

File tree

4 files changed

+11
-15
lines changed

4 files changed

+11
-15
lines changed

powerapps-docs/cards/make-a-card/power-fx/intro-to-pfx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.collection:
2020

2121
## Power Fx documentation
2222

23-
The [Power Fx documentation](/power-platform/power-fx/overview) is the main source of information about Power Fx. When you're working with cards, you'll find the following articles especially helpful:
23+
The [Power Fx documentation](/power-platform/power-fx/overview) is the primary source of information about Power Fx. When you're working with cards, you'll find the following articles especially helpful:
2424

2525
- [Expression grammar](/power-platform/power-fx/expression-grammar)
2626
- [Operators](/power-platform/power-fx/operators)

powerapps-docs/developer/model-driven-apps/clientapi/get-update-setting-value-using-code.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.subservice: dataverse-developer
66
author: HemantGaur
77
ms.author: hemantg
88

9-
ms.date: 04/01/2022
9+
ms.date: 02/03/2023
1010
ms.reviewer: jdaly
1111
ms.topic: how-to
1212
search.audienceType:
@@ -18,15 +18,9 @@ contributors:
1818
- JimDaly
1919
- caburk
2020
---
21-
# Get or update a setting value using client API (preview)
21+
# Get or update a setting value using client API
2222

23-
[!INCLUDE [cc-beta-prerelease-disclaimer](../../../includes/cc-beta-prerelease-disclaimer.md)]
24-
25-
Settings are solution components that enable developers to quickly configure apps to provide a customized experience. Settings can be used to enable or disable features or configure feature behavior for a single app or all apps within an environment. More information: [Use settings to provide customized app experiences (preview)](../../../maker/data-platform/create-edit-configure-settings.md)
26-
27-
> [!IMPORTANT]
28-
> - This is a preview feature and may not be available in all regions.
29-
> - [!INCLUDE[cc_preview_features_definition](../../../includes/cc-preview-features-definition.md)]
23+
Settings are solution components that enable developers to quickly configure apps to provide a customized experience. Settings can be used to enable or disable features or configure feature behavior for a single app or all apps within an environment. More information: [Use settings to provide customized app experiences](../../../maker/data-platform/create-edit-configure-settings.md)
3024

3125
The following functions can be used to get or update a setting value using client API.
3226

@@ -83,4 +77,4 @@ You can also use the following Web APIs to get or update a setting value
8377

8478
[Solutions overview](../../../maker/data-platform/solutions-overview.md)
8579

86-
[Use settings to provide customized app experiences (preview)](../../../maker/data-platform/create-edit-configure-settings.md)
80+
[Use settings to provide customized app experiences](../../../maker/data-platform/create-edit-configure-settings.md)

powerapps-docs/maker/data-platform/create-custom-help-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Create custom help pages | MicrosoftDocs"
33
description: "Create custom help pages on UCI"
44
ms.custom: ""
5-
ms.date: 03/21/2022
5+
ms.date: 02/03/2023
66
ms.reviewer: ""
77
ms.suite: ""
88
ms.tgt_pltfrm: ""
@@ -120,7 +120,7 @@ You can insert videos and static images into your help pane. Videos and images a
120120
> Remember to copy the link URL for the video or image you want so you can paste it into your help pane.
121121
122122
Custom help panes support the following video sources:
123-
- Microsoft Stream (use for private content)
123+
- Microsoft Stream (Classic) (use for private content)
124124
- YouTube
125125
- Facebook
126126
- Vimeo

powerapps-docs/maker/model-driven-apps/page-powerfx-in-model-app.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
title: "Use Power Fx in custom page for your model-driven app"
33
description: "This article outlines how the common Microsoft Power FX functions work within a custom page."
44
ms.custom: ""
5-
ms.date: 12/04/2022
5+
ms.date: 02/03/2023
66
ms.reviewer: ""
7-
87
ms.subservice: mda-maker
98
ms.topic: "article"
109
author: "aorth"
@@ -65,6 +64,9 @@ To navigate to the default view of the table, pass table name as the first param
6564
Navigate( Accounts )
6665
```
6766

67+
> [!IMPORTANT]
68+
> Make sure you add the accounts Microsoft Dataverse table to the custom page before publishing and testing.
69+
6870
### Navigate to specific system view of the table
6971

7072
To navigate to a specific system view of the table, pass the GUID of the view.

0 commit comments

Comments
 (0)