Skip to content

Commit 2c37fc9

Browse files
committed
Merge branch 'development' into kv-kasia-PeerReview
# Conflicts: # content/en/docs/developerportal/digital-execution/compass.md
2 parents 723b5b7 + 72a8267 commit 2c37fc9

22 files changed

Lines changed: 88 additions & 37 deletions

File tree

content/en/docs/appstore/use-content/platform-supported-content/modules/sap/sap-bapi-connector.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ To use BAPI Connector for SAP Solutions in your Mendix application to call the B
6161

6262
1. Set up the developer environment as described in [Setting Up the Developer Environment](#setup-environment).
6363
2. Test the connection to the SAP Backend [using the microflow `TestConnection`](#test-connection).
64+
65+
{{% alert color="info" %}}The `TestConnection` action works only when connection details are configured using [Direct Connections to the SAP Backend System](#sap-connection-details).{{% /alert %}}
66+
6467
3. Add the microflow `Create_BAPIExplorer` to the navigation of your app to allow you to search for the BAPIs you need.
6568

6669
{{% alert color="info" %}}Searching for BAPIs is provided as a microflow rather than a separate app so that you can set up the JCo destination securely. You should not give access to this microflow to any end-users of an app you build using the Mendix BAPI Connector.{{% /alert %}}

content/en/docs/appstore/use-content/platform-supported-content/modules/scim.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,4 +352,10 @@ Your app may have multiple tenants in the Entra ID. Users created from any of th
352352

353353
### Troubleshooting
354354

355+
#### Modifying Default-time Configuration at Runtime
356+
355357
Attempting to edit or delete the default deploy-time configuration at runtime will result in errors. These errors indicate that the SCIM configuration was created at runtime with possible deploy-time overrides, as explained in the [Deploy-time configuration](#deploy-time) section above. You cannot modify such configurations at runtime using the admin screens.
358+
359+
#### SCIM User Deactivation Due to Missing `active` Attribute in the `PUT` Request
360+
361+
The issue occurs when the `active` attribute is missing in the first `PUT` request, causing the user to become inactive (`"active": false`). Once the user is inactive, any further `PUT` updates fail with a **500 Internal Server Error**. To prevent this, always include `"active": true` in the PUT requests to keep the user active.

content/en/docs/deployment/mendix-cloud-deploy/pipelines.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,17 +197,17 @@ If you want the pipeline to run when there is a push to one specific branch, you
197197

198198
Here are some examples of valid branch expressions:
199199

200-
* `Main` – The branch named "Main"
200+
* `main` – The branch named "main"
201201
* `*` – All branches
202-
* `Main*` – All branches that start with "Main"
203-
* `*Main` – All branches that end with "Main"
202+
* `main*` – All branches that start with "main"
203+
* `*main` – All branches that end with "main"
204204

205205
Keep the following in mind:
206206

207207
* Branch expressions are case sensitive.
208208
* White spaces are allowed.
209-
* Do not use multiple asterisks in the branch expression. For example, `**Main` is an invalid expression.
210-
* Do not use the asterisk between two words. For example, `Main*Main` is an invalid expression.
209+
* Do not use multiple asterisks in the branch expression. For example, `**main` is an invalid expression.
210+
* Do not use the asterisk between two words. For example, `main*main` is an invalid expression.
211211

212212
#### Pipeline Variables and Dependent Steps
213213

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Digital Execution Release Notes"
3+
linktitle: "Digital Execution Practice Tools"
4+
url: /developerportal/digital-execution/
5+
description: "Describes the Digital Execution tools, that is, Compass and Portfolio Management."
6+
weight: 20
7+
no_list: false
8+
description_list: true
9+
---
10+
11+
The Mendix Digital Execution Practice is a method for executing on your digital transformation initiatives, designed to ensure that your organization effectively navigates through the stages of digital transformation using the Mendix platform. It embodies a phased approach – Start, Structure, and Scale – each with distinct milestones and activities that correspond to the 5Ps: People, Portfolio, Process, Platform, and Promotion. For more information, see [Digital Execution Practice](https://www.mendix.com/evaluation-guide/digital-execution-practice/).
12+
13+
## Documents in This Category
14+
15+
To help you implement your Mendix Digital Execution strategy, you can use the following tools:

content/en/docs/developerportal/compass.md renamed to content/en/docs/developerportal/digital-execution/compass.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
2-
title: "Preparing to Launch Your First Mendix App with Compass"
2+
title: "Preparing to Launch your First Mendix App with Compass"
33
linktitle: "Compass for Start"
44
url: /developerportal/compass/
55
weight: 25
66
description: "Describes the Compass tool."
77
---
88

9-
{{% alert color="info" %}} This feature is currently available to participating customers. For more information, contact your Customer Service Manager. {{% /alert %}}
9+
{{% alert color="info" %}} This feature is currently available to participating customers. For more information, contact your Customer Support Manager. {{% /alert %}}
1010

1111
## Introduction
1212

13-
The [Compass](https://compass.home.mendix.com/) tool is available to teams who want to plan and streamline the implementation of their first Mendix app. It is part of an initiative to bring [Mendix Digital Execution](https://www.mendix.com/glossary/digital-execution/) to the Platform and enables non-developer team members to help plan the milestones and goals of their Mendix implementation process. Program Owners (that is, the team members leading the implementation) can then monitor the progress through an intuitive visual interface, with the goal of successfully launching their first Mendix application.
13+
The [Compass](https://compass.home.mendix.com/) tool is available to teams who want to plan and streamline the implementation of their first Mendix app. It is part of an initiative to bring [Mendix Digital Execution Practice](https://www.mendix.com/evaluation-guide/digital-execution-practice/#what-is-the-mendix-digital-execution-practice) to the Platform, and enables non-developer team members to help plan the milestones and goals of their Mendix implementation process. Program Owners (that is, the team members leading the implementation) can then monitor the progress through an intuitive visual interface, with the goal of successfully launching their first Mendix application.
1414

1515
{{< figure src="/attachments/developerportal/compass/compass-home.png" alt="The home page of the Compass tool" >}}
1616

1717
With the Compass tool, you can define your own vision of low-code and the apps that you want to build with Mendix, and then simplify their implementation by following a number of predefined best-practice milestones. Each of those milestones consists of action points which you can assign to members of your team for easy tracking. If required, you can also define additional tasks for each milestone.
1818

1919
## Getting Started with Compass
2020

21-
To enable Compass for your organization, contact your Mendix Customer Service Manager.
21+
To enable Compass for your organization, contact your Mendix Customer Support Manager.
2222

2323
{{% alert color="info" %}}
2424
Compass is a tool intended for organizations that want to launch their first Mendix application. Many of the milestones and tasks are geared towards beginners, so teams which have already created one or more Mendix apps are less likely to find them useful.

content/en/docs/developerportal/portfolio-management/_index.md renamed to content/en/docs/developerportal/digital-execution/portfolio-management/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Portfolio Management"
33
url: /developerportal/portfolio-management/
44
weight: 25
55
description: "Describes the Mendix Portfolio Management app."
6-
#The anchor #portfolios-settings and #privacy-settings below is mapped, so it should not be removed or changed. If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details.
6+
#The anchor #portfolios-settings and #privacy-settings below is mapped, so it should not be removed or changed. If changing the URL of this document, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details.
77
---
88

99
## Introduction
@@ -93,4 +93,5 @@ Clicking a menu item opens the corresponding page:
9393

9494
* [Application Portfolio Management with Low-Code](https://www.mendix.com/application-portfolio-management/)
9595
* [Make Strategic Decisions with Portfolio Management](https://academy.mendix.com/link/paths/145/Make-Strategic-Decisions-With-Portfolio-Management)
96-
* [Why Portfolio Management is Crucial to App Development at Scale](https://www.mendix.com/blog/why-portfolio-management-is-crucial-to-app-development-at-scale/)
96+
* [Why Portfolio Management is Crucial to App Development at Scale](https://www.mendix.com/blog/)
97+
* [Preparing to Launch your First Mendix App with Compass](/developerportal/compass/) - Another Digital Execution tool, geared towards planning and streamlining the implementation of your first Mendix app

content/en/docs/developerportal/portfolio-management/access-management.md renamed to content/en/docs/developerportal/digital-execution/portfolio-management/access-management.md

File renamed without changes.

content/en/docs/developerportal/portfolio-management/archive.md renamed to content/en/docs/developerportal/digital-execution/portfolio-management/archive.md

File renamed without changes.

content/en/docs/developerportal/portfolio-management/export-import-initiatives.md renamed to content/en/docs/developerportal/digital-execution/portfolio-management/export-import-initiatives.md

File renamed without changes.

content/en/docs/developerportal/portfolio-management/initiatives-overview/_index.md renamed to content/en/docs/developerportal/digital-execution/portfolio-management/initiatives-overview/_index.md

File renamed without changes.

0 commit comments

Comments
 (0)