Skip to content

Commit ca17bdc

Browse files
Merge pull request MicrosoftDocs#4015 from MicrosoftDocs/main638110477837508354sync_temp
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 2a565c5 + 2147087 commit ca17bdc

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

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/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)