Skip to content

Commit cd3ee68

Browse files
committed
Added metadata and created architecture
1 parent 798a07a commit cd3ee68

8 files changed

Lines changed: 43 additions & 33 deletions

File tree

content/en/docs/marketplace/industry/xcelerator/platform-supported/teamcenter-connector/2506-configuration/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Configuring the Connection to Teamcenter with Teamcenter Connector 2506.0.0 and Below"
3-
linktitle: "Connecting with Teamcenter Connector 2506.0.0 and Below"
3+
linktitle: "Teamcenter Connector 2506.0.0 and Below"
44
url: /appstore/modules/siemens-plm/configuring-connection-2506/
5-
weight: 3
5+
weight: 4
66
description: "Describes the steps to configure the connection to your Teamcenter instance using Teamcenter Connector 2506.0.0 and below."
77
---
88

content/en/docs/marketplace/industry/xcelerator/platform-supported/teamcenter-connector/2506-configuration/configuring-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Configuring the Connection to Teamcenter"
33
url: /appstore/modules/siemens-plm/configuring-connection/
4-
weight: 4
4+
weight: 10
55
description: "Describes the connection configuration steps for Teamcenter."
66
---
77

content/en/docs/marketplace/industry/xcelerator/platform-supported/teamcenter-connector/2506-configuration/teamcenterx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Configuring the Connection to Teamcenter X"
33
url: /appstore/modules/siemens-plm/teamcenterx/
4-
weight: 5
4+
weight: 20
55
description: "Describes the steps to connect to Teamcenter X."
66
---
77

content/en/docs/marketplace/industry/xcelerator/platform-supported/teamcenter-connector/upgrading-2506-to-2512.md renamed to content/en/docs/marketplace/industry/xcelerator/platform-supported/teamcenter-connector/2506-configuration/upgrading-2506-to-2512.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Upgrading Teamcenter Connector 2506.0.0 to 2512.0.0"
33
url: /appstore/industry/teamcenter-connector/upgrade-teamcenter-connector-2506-to-2512/
4-
weight: 4
4+
weight: 30
55
description: "Describes the steps to upgrade Teamcenter Connector 2506.0.0 to 2512.0.0 and discusses how breaking changes can be resolved."
66
aliases:
77
- /appstore/modules/siemens-plm/upgrade-teamcenter-connector-2506-to-2512/

content/en/docs/marketplace/industry/xcelerator/platform-supported/teamcenter-connector/teamcenter-configuration-guide.md renamed to content/en/docs/marketplace/industry/xcelerator/platform-supported/teamcenter-connector/2512-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Configuring the Connection to Teamcenter with Teamcenter Connector 2512.0.0 and Above"
3-
linktitle: "Connecting with Teamcenter Connector 2512.0.0 and Above"
3+
linktitle: "Teamcenter Connector 2512.0.0 and Above"
44
url: /appstore/industry/teamcenter-connector/configuring-connection-2512/
5-
weight: 2
5+
weight: 3
66
description: "Describes the steps to configure the connection to your Teamcenter instance using Teamcenter Connector 2512.0.0 and above."
77
aliases:
88
- /appstore/modules/siemens-plm/configuring-connection-2512/

content/en/docs/marketplace/industry/xcelerator/platform-supported/teamcenter-connector/Unified Teamcenter Connector 2606/1-overview-introduction renamed to content/en/docs/marketplace/industry/xcelerator/platform-supported/teamcenter-connector/2606-configuration/_index.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
# Teamcenter Connector 2606 — Documentation Guide
2-
1+
---
2+
title: "Teamcenter Connector 2606"
3+
url: /appstore/industry/teamcenter-connector/teamcenter-connector-2606/
4+
weight: 2
5+
description: "Describes the unified Teamcenter Connector 2606."
36
---
47

5-
## Overview & Introduction
6-
7-
### What is Teamcenter Connector 2606?
8+
## Introduction
89

910
Teamcenter Connector 2606 marks a shift in how Mendix integrates with Teamcenter. For the first time, we're bringing together everything you need in a single, unified Marketplace module. This release combines what were previously two separate Marketplace downloads: Teamcenter Connector and the Teamcenter Extension (which itself contained two modules: Teamcenter Toolkit and the Extension add-on) into one streamlined package that works seamlessly with Mendix 11.12 and higher.
1011

1112
Additionally, Teamcenter Extension has been re-built using the Web Extensibility Framework and is now available as a Teamcenter service document. You can think of a Teamcenter service document as a container that can be created on a per module basis which stores everything related to your Teamcenter integrations within a specific module.
1213

1314
In previous versions, the Extension stored the Teamcenter integrations and configurations on disk (resources folder), separate from your Mendix app. This made version control tricky and team collaboration more complex. With the Teamcenter service document approach, everything is stored inside the Mendix model, just like microflows, pages, and domain models. This means:
15+
1416
* Your integrations travel with your module when you export it or commit it to version control.
1517
* You can have different Teamcenter service documents for different purposes within the same app.
1618
* You can have different Teamcenter service documents for different Teamcenter instances, for example for test and production.
1719

18-
### Architecture Overview
20+
## Architecture Overview
1921

2022
Here's how all the pieces fit together:
2123

@@ -46,13 +48,13 @@ Studio Pro (Mendix 11.12+)
4648
(self-hosted v2506+ / Teamcenter X v2506+)
4749
```
4850

49-
### How it works in practice
51+
## How it works in practice
5052

5153
1. You start by creating a Teamcenter service document, where you configure your Teamcener connection and create integrations.
5254
2. The Teamcenter service document generates domain model entities and microflows specific to your integration needs, placing them directly in your module.
5355
3. The generated microflows make use of predefined Teamcenter connector microflows for the integration with Teamcenter, using the TcConnector Java Actions to call Teamcenter's SOA layer
5456

55-
### Prerequisites and Compatibility
57+
## Prerequisites and Compatibility
5658

5759
Before you start working with Teamcenter Connector 2606, make sure your environment meets these requirements:
5860

@@ -62,6 +64,7 @@ Before you start working with Teamcenter Connector 2606, make sure your environm
6264
| Teamcenter (self-hosted) | 2606, 2512, 2506 |
6365
| Teamcenter X | 2606, 2512, 2506 |
6466

65-
#### Required Marketplace modules
67+
### Required Marketplace modules
68+
6669
* Community Commons
6770
* Encryption

content/en/docs/marketplace/industry/xcelerator/platform-supported/teamcenter-connector/Unified Teamcenter Connector 2606/2-getting-started.md renamed to content/en/docs/marketplace/industry/xcelerator/platform-supported/teamcenter-connector/2606-configuration/getting-started.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
## Getting Started
1+
---
2+
title: "Getting Started with Teamcenter Connector 2606"
3+
linktitle: "Getting Started"
4+
url: /appstore/industry/teamcenter-connector/teamcenter-connector-2606-getting-started/
5+
weight: 10
6+
description: "Describes how to install, configure, and build your first Teamcenter Connector 2606 integration in Mendix Studio Pro, including setup, security, connection settings, and generating microflows and entities from a Teamcenter service document."
7+
---
28

3-
### Installation and Setup
9+
## Installation and Setup
410

511
1. **Download and import the module**
612
* Open Mendix Studio Pro 11.12, and go to the Marketplace tab. Download Teamcenter Connector 2606. Remember: you don't need to download Teamcenter Extension separately since its already included.
@@ -16,9 +22,7 @@
1622
4. **Enable React client**
1723
- Make sure the React client is enabled in your app settings (Project → Settings → Runtime). This is required for the Teamcenter service document to work properly.
1824

19-
---
20-
21-
### What a Teamcenter service document contains
25+
## What a Teamcenter service document contains
2226

2327
1. **Settings**
2428
* This is where you configure the connection to your Teamcenter instance. This is required so the Teamcenter service document can communicate with Teamcenter to retrieve business objects and properties so you can build artifacts as per your use case.
@@ -48,35 +52,34 @@ You can create several Teamcenter service documents in a single app, each in its
4852
* A "Workflows" module with a Teamcenter service document for workflow-related integrations.
4953
* A "Documents" module with a Teamcenter service document for dataset and document integrations.
5054

51-
---
5255

53-
### Create and build your first Teamcenter service document
56+
## Create and build your first Teamcenter service document
5457

55-
#### 1. Create a Teamcenter service document
58+
### 1. Create a Teamcenter service document
5659
* In the App Explorer, right-click on the module where you want to create your integrations.
5760
* Select "Add other" → "Teamcenter service".
5861
* Give it a name (e.g., "PartsIntegrations" or "MainTeamcenterConnection").
5962

60-
#### 2. Open the Settings tab
63+
### 2. Open the Settings tab
6164
* Navigate to the Settings tab of the Teamcenter service document (it's one of the tabs at the top of the document)
6265

63-
#### 3. Configure your connection
66+
### 3. Configure your connection
6467
* In the Settings tab, provide your Teamcenter authentication option along with credentials. Please refer to the [old Teamcenter Extension](https://docs.mendix.com/appstore/modules/siemens-plm/teamcenter-extension/create-an-integration/#settings-tab) settings page for more details.
6568

66-
#### 4. Test your connection
69+
### 4. Test your connection
6770
* Once you've entered your connection details, click the "Sign In" button to test the connection.
6871

6972
>[!NOTE] Important note about auto-logout
7073
The Teamcenter service document automatically clears your sign-in state when you edit or reset connection details. This is a security feature to ensure you're always using the correct credentials with the correct Teamcenter environment.
7174

72-
#### 5. **Add your first Teamcenter integration**
75+
### 5. **Add your first Teamcenter integration**
7376
* Click on the "Integrations" tab at the top. Right now, it's empty—this is normal for a new Teamcenter service document.
7477
* Click on "Add integration".
7578
* You'll see tiles representing all available integration types (like "Search Item Revisions," "Create Item with Item Revision," etc.).
7679
* Click on one of these tiles to start configuring that type of integration.
7780
* This will take you to the Import Mapping page.
7881

79-
#### 6. **Use the Import Mapping Mapping Page**
82+
### 6. **Use the Import Mapping Mapping Page**
8083
Double-click on any one of the boxes to open the object mapping dialog.
8184

8285
<img width="2562" height="1989" alt="image" src="https://github.com/user-attachments/assets/eaa4fb09-d1d8-4c39-9a8c-65004f4adc41" />
@@ -109,7 +112,7 @@ Double-click on any one of the boxes to open the object mapping dialog.
109112
* Configure these integration-specific settings as needed.
110113
* For more information on each of the Teamcenter integrations, refer to [integration guides](https://docs.mendix.com/appstore/modules/siemens-plm/teamcenter-extension/create-an-integration/integrations/).
111114

112-
#### 7. **Generate your integration**
115+
### 7. **Generate your integration**
113116
* Once you've configured everything, click the "Generate" button.
114117
* The Teamcenter service document will:
115118
* Validate your integration to make sure everything is correct.
@@ -118,7 +121,7 @@ Double-click on any one of the boxes to open the object mapping dialog.
118121
* Save the integration to the Teamcenter service document
119122
* Navigate to the Integrations tab where the integration is now listed
120123

121-
#### 8. **Explore the results**
124+
### 8. **Explore the results**
122125
* After generation completes, you'll automatically return to the Integrations tab.
123126
* Find your newly created integration in the list.
124127
* You'll see links to:

content/en/docs/marketplace/industry/xcelerator/platform-supported/teamcenter-connector/Unified Teamcenter Connector 2606/3-migrate-to-2606.md renamed to content/en/docs/marketplace/industry/xcelerator/platform-supported/teamcenter-connector/2606-configuration/migrate-to-2606.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
2-
## Migrating to 2606
1+
---
2+
title: "Migrating to Teamcenter Connector 2606"
3+
url: /appstore/industry/teamcenter-connector/migrating-to-teamcenter-connector-2606/
4+
weight: 20
5+
description: "Describes how to migrate an existing app from Teamcenter Connector 2512 and Extension v4.x to Teamcenter Connector 2606, including pre-migration steps, breaking changes, deprecated microflows and Java actions."
6+
---
37

48
### Migrating from Teamcenter Connector 2512 and Extension v4.x
59

0 commit comments

Comments
 (0)