Skip to content

[UFC-2211] Add configurable context parameters and consolidate mx-in-tc kits - #1

Open
brambrink wants to merge 8 commits into
mainfrom
feat/configurable-context
Open

[UFC-2211] Add configurable context parameters and consolidate mx-in-tc kits#1
brambrink wants to merge 8 commits into
mainfrom
feat/configurable-context

Conversation

@brambrink

@brambrink brambrink commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

Adds configurable context passing to the Mendix inside Teamcenter component, allowing it to ship as one standard Active Workspace component.

Context mappings use URL query parameters:

https://mx.example/?itemUID={selected.uid}&modelTypeName={selected.modelType.name}&mode=edit
  • itemUID={selected.uid} maps ctx.selected.uid to itemUID.
  • mode=edit passes the hardcoded parameter {"mode": "edit"} to Mendix.
  • Dot notation supports nested primitive fields.
  • XRT requires &; JSON uses &.

Also removes the redundant context and no-auth variants and documents disabling authentication for development.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant