Document Mendix inside Teamcenter (public Beta, 11.12)#11384
Conversation
|
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
left a comment
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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 | |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
Same question for layoutsViewModel.json
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
refguide/runtime/mendix-client/mendix-inside-teamcenter.mdrefguide/runtime/mendix-client/_index.mdwith a cross-reference to the new pageCoverage
The new page covers:
MendixEmbeddedAWC component and registering it on a pagegateway/config.jsondirectives)