Skip to content

Commit fc439c7

Browse files
authored
Merge branch 'main' into users/tahoon/no-date-only
2 parents 8c338db + 2b356cc commit fc439c7

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

powerapps-docs/developer/data-platform/bypass-custom-business-logic-preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Use this FetchXml query to return `step.sdkmessageprocessingstepid` values you c
287287

288288
### Limit to the number of steps
289289

290-
To ensure that the parameter size isn't too large, the default limit on the number of steps you can pass is three. The limit is controlled using data in the [Organization table OrgDbOrgSettings column](reference/entities/organization.md#BKMK_OrgDbOrgSettings). Don't try to edit this value yourself. Use the [OrgDBOrgSettings tool for Microsoft Dynamics CRM](https://support.microsoft.com/topic/orgdborgsettings-tool-for-microsoft-dynamics-crm-20a10f46-2a24-a156-7144-365d49b842ba) or [OrgDbOrgSettings app](https://github.com/seanmcne/OrgDbOrgSettings?tab=readme-ov-file#where-to-find-the-releases) to change the `BypassBusinessLogicExecutionStepIdsLimit` value.
290+
To ensure that the parameter size isn't too large, the default limit on the number of steps you can pass is three. The limit is controlled using data in the [Organization table OrgDbOrgSettings column](reference/entities/organization.md#BKMK_OrgDbOrgSettings). Use the [OrgDBOrgSettings tool for Microsoft Dynamics CRM](https://support.microsoft.com/topic/orgdborgsettings-tool-for-microsoft-dynamics-crm-20a10f46-2a24-a156-7144-365d49b842ba) or [OrgDbOrgSettings app](https://github.com/seanmcne/OrgDbOrgSettings?tab=readme-ov-file#where-to-find-the-releases) to change the `BypassBusinessLogicExecutionStepIdsLimit` value.
291291

292292
The maximum recommended size for this limit is 10 steps.
293293

powerapps-docs/maker/data-platform/data-retention-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
description: Get answers to frequently asked questions about long term retention with Dataverse.
55
author: Mattp123
66
ms.search.keywords:
7-
ms.date: 05/13/2024
7+
ms.date: 05/29/2024
88
ms.author: matp
99
ms.reviewer:
1010
contributors: gned
@@ -31,7 +31,7 @@ sections:
3131
answer: |
3232
Yes. Errors from a policy run are available in the run history details. More information: data-retention-manage.md#view-and-manage-retention-policies
3333
34-
- question: What if a maker adds custom columns or deletes columns to tables that have existing retained data in Dataverse long term retention?
34+
- question: Will Dataverse schema changes be handled by Dataverse long term retention? What if a maker adds custom columns or deletes columns to tables that have existing retained data in Dataverse long term retention?
3535
answer: |
3636
The changes are reflected in the long term retained data. When retention policies run, the new custom columns contain data for the new rows. The data that was retained prior to these changes won't have any value in these columns. If a column is deleted in the live table, the column remains in the long term retained data with a value for all new rows.
3737

powerapps-docs/maker/data-platform/update-solutions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ The procedure to import the updated solution is similar to installing a new mana
6767
**Completing Solution Upgrade**
6868
If you chose to stage for upgrade, or if the system had an issue completing an upgrade, you'll see that you have the original solution still installed in your system as well as a new solution that has the same solution name as the base solution suffixed with \_Upgrade. To complete the upgrade, select the base solution in the solution list and select **Apply Solution Upgrade**. This uninstalls all previous patches and the base solution then rename the \_Upgrade solution to be the same name as the previous base solution. Any components that were in the original solution and patches that aren't present in the \_Upgrade solution will be deleted as part of this process.
6969

70+
> [!NOTE]
71+
> Recent changes in the platform have optimized the single step upgrade process to no longer use a temporary _Upgrade solution or use an uninstall operation on the original solution.
72+
7073
## Understanding version numbers for updates
7174

7275
A solution's version has the following format: major.minor.build.revision. An update must have a higher major, minor, build, or revision number than the parent solution. For example, for a base solution version 3.1.5.7, a small update could be a version 3.1.5.8 or a slightly more significant update could have version 3.1.7.0. A substantially more significant update could be version 3.2.0.0.

powerapps-docs/maker/model-driven-apps/channel-change.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: powerapps
66
ms.subservice: mda-maker
77
ms.author: aorth
88
ms.reviewer: matp
9-
ms.date: 04/03/2024
9+
ms.date: 05/29/2024
1010
ms.topic: how-to
1111
applies_to:
1212
- "powerapps"
@@ -23,13 +23,13 @@ The release channel affects the features that impact users. When the monthly cha
2323

2424
The release channel for model-driven apps can be changed in two primary ways.
2525

26-
- App channel (starting with build 23111)
26+
- App channel
2727
- Environment channel
2828

2929
In addition, the release channel can be overridden with either of these options.
3030

31-
- [User channel override](/power-platform/admin/user-channel-override) (starting with build 23111)
32-
- Browser session channel
31+
- [User channel override](/power-platform/admin/user-channel-override)
32+
- [Browser session channel override](#changing-the-browser-session-channel)
3333

3434
> [!NOTE]
3535
> When the release channel is changed on the environment level, a user must refresh the browser tab twice to update the release channel information. The first refresh triggers a background update of feature configuration to a local cache. The second refresh uses the feature configuration local cache.
@@ -38,6 +38,12 @@ In addition, the release channel can be overridden with either of these options.
3838

3939
The environment channel can be set using the Power Platform admin center or with code.
4040

41+
| Environment release channel | Environment setting value | Behavior |
42+
|--|--|--|
43+
| Auto | 0 | Environment default value is currently **Semi-annual**, but will change to **Monthly** with 2024 release wave 2. |
44+
| Monthly | 1 | Environment explicitly set to **Monthly Channel**. |
45+
| Semi-annual | 3 | Environment explicitly set to **Semi-Annual Channel**. |
46+
4147
Power Platform admins can change the release channel using the environment's behavior settings. More information: [Manage behavior settings](/power-platform/admin/settings-behavior).
4248

4349
Developers can change the environment channel by updating the [ReleaseChannel](/power-apps/developer/data-platform/reference/entities/organization#BKMK_ReleaseChannel) column value for the row in the [Organization](/power-apps/developer/data-platform/reference/entities/organization) table. There's always a single row in the organization table.
@@ -52,7 +58,7 @@ The app channel can be used to override the release channel for a model-driven a
5258

5359
| App release channel | App setting value | Behavior |
5460
|--|--|--|
55-
| Auto | 0 | App default value is **Semi-annual**, but will later change to **Monthly** in a future release wave. |
61+
| Auto | 0 | App default value is **Semi-annual** for Dynamics 365 orgs and **Monthly** for Power Apps orgs. With 2024 release wave 2 the default will change to **Monthly**. |
5662
| Monthly | 1 | App explicitly set to **Monthly Channel**. |
5763
| Semi-annual | 3 | App explicitly set to **Semi-Annual Channel**. |
5864

@@ -104,6 +110,8 @@ A maker can use the **Solutions** area to explicitly set the release channel for
104110

105111
As part of the gradual migration to default all apps to use monthly channel, newly created model-driven apps will gradually start seeing the app channel defaulted. Admins or makers can control the release channel default for new apps using an app setting. The app setting **Allow new app channel default** defaults to **Yes**, which means a newly created app is set to **Monthly**.
106112

113+
To override this behavior, change the app setting to **No** in the environment or apply to multiple environments by including in a solution that is imported into the environments.
114+
107115
### Prevent new app default to monthly channel
108116

109117
The new app default can be prevented by switching **Allow new app channel default** to **No**. This causes the new app to be created with release channel **Auto** value.

0 commit comments

Comments
 (0)