Teamcenter Extension Sample App
Overview
The Teamcenter Extension Sample App demonstrates the capabilities of the Teamcenter Extension by allowing you to connect to Teamcenter. The sample app contains the following journeys:
- Search Item Revision
- Create Item with Item Revision
- Update Item with Item Revision
- Revise Item Revision
- Search Datasets
- Get Datasets for Item Revision
- Attach Dataset to Item Revision
- Search Workspace Objects
- Relate Workspace Objects
- Get Properties
- Get Structure
It serves as a good starting point to get started with the Teamcenter Extension.
Documentation
How to use the app
- Download the sample app from the marketplace
- Make sure to set the EncryptionKey constant with a random 32 character string.
- Run the App
- Login as MxAdmin
- On the Home page, click on Configure Teamcenter
- Provide your Teamcenter Instance Details and set it as Active, we support:
- Credentials based
- TC SSO
- TCX SSO
- Login as regular user
- If you're using credentials based or Teamcenter SSO you can use the demo user switcher to login as Demo_User.
- If you're using the Teamcenter X login, please logout and login using the “Sign in with SSO” login button.
- On the home page, click on Teamcenter Login
- Login using your Teamcenter credentials
- Once logged in, validate that everything is working by going through a journey.
Releases
We have updated the Teamcenter Connector to version 2512 and updated the following dependencies:
- Removed OIDC module
- Removed User Commons module
- Removed the MxModelreflection module
- Updated the Community Commons module to version 11.4.0
With the new update, the administration pages to setup Teamcenter have been changed, the main difference is the removal of the OIDC and MxModelReflection modules.
We have also changed the TC SSO login flow, for logging in use the "Sign in with SSO" button on the login page (this was already the case for TCXSSO) > Note that this is a configuration setting and can be changed, for this follow the instructions in the ACT_UserLogin microflow.
Teamcenter Extension version: 4.2.0
Teamcenter Connector version: 2512.0.0
We have completely rebuilt the sample app; this version contains all the Extension Journeys as individual paths and uses the Siemens theme.
Journeys implemented:
- Search Item Revision
- Create Item with Item Revision
- Update Item with Item Revision
- Revise Item Revision
- Search Datasets
- Get Datasets for Item Revision
- Attach Dataset to Item Revision
- Search Workspace Objects
- Relate Workspace Objects
- Get Properties
- Get Structure
Teamcenter Extension version: 4.2.0
Teamcenter Connector version: 2506.0.0