Skip to content

Document Mendix inside Teamcenter (public Beta, 11.12)#11384

Open
jdiehl wants to merge 1 commit into
mendix:developmentfrom
jdiehl:mendix-inside-teamcenter
Open

Document Mendix inside Teamcenter (public Beta, 11.12)#11384
jdiehl wants to merge 1 commit into
mendix:developmentfrom
jdiehl:mendix-inside-teamcenter

Conversation

@jdiehl

@jdiehl jdiehl commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Description

New reference page under /refguide/mendix-client/mendix-inside-teamcenter/ documenting how to embed a Mendix web app as a native component inside Siemens Teamcenter Active Workspace using the embedded client.

This builds on the embedded client documentation added by @WimJongeneel in #11204 and is tied to the 11.12 release.

Changes

  • New page: refguide/runtime/mendix-client/mendix-inside-teamcenter.md
  • Updated refguide/runtime/mendix-client/_index.md with a cross-reference to the new page

Coverage

The new page covers:

  • Version prerequisites (Beta: Mendix 11.12 / TC 2512; GA: Mendix 11.18 / TC 2612)
  • Adding an Embedded navigation profile in Studio Pro
  • Configuring CORS (concrete runtime settings and m2ee.yaml example)
  • Installing the MendixEmbedded AWC component and registering it on a page
  • Configuring the Teamcenter CSP (gateway/config.json directives)
  • Authentication via Teamcenter SSO (links to TC Connector docs)
  • Passing Teamcenter context as startup parameters (code example)
  • Known Beta limitations

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Jonathan Diehl seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@wanchoorohan wanchoorohan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Provided few suggestions.


## Introduction

Mendix inside Teamcenter lets you embed a Mendix web app as a native component inside Siemens Teamcenter Active Workspace (AWC). The Mendix app runs directly in the AWC page as a micro-frontend using the [Embedded Client](/refguide/mendix-client/embedding-the-client/) feature.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AWC is not the correct acronym. We use it internally but its not correct. AW is the correct one but its not used externally. It should be Active Workspace.


| | Mendix | Teamcenter | Teamcenter Connector |
| --- | --- | --- | --- |
| **Beta** | 11.12 | 2512 | 2512.1.0 or above |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you need TcC 2606 for the login enhancements? - https://mendix.slack.com/archives/C0B6TMJ3SUC/p1781199462908459

2. Install the component into your Active Workspace stage repository under `src/repo`.
3. Configure the component with the URL of your Mendix runtime.
4. Optionally, set up context passing. For more information, see [Passing Context from Teamcenter](#passing-context).
5. Rebuild Active Workspace.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we provide the command to do this? Is it awbuild?

4. Optionally, set up context passing. For more information, see [Passing Context from Teamcenter](#passing-context).
5. Rebuild Active Workspace.

To verify the component was picked up correctly, check that its view model entry exists in the `pathMap.json` registry file in the build output.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where does pathmap.json reside? Would the users know this?


### Registering the Component on a Page

To display the Mendix app on an Active Workspace page, add a card definition for it to the relevant `layoutsViewModel.json` file in your AWC stage repository. Set `declarativeKeyContext` to the URL of your Mendix runtime:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question for layoutsViewModel.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants