You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/appstore/platform-supported-content/modules/teamcenter-extension.md
+48-29Lines changed: 48 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,21 @@ description: "Describes Teamcenter Extension from the Mendix Marketplace. Teamce
8
8
9
9
The [Teamcenter Extension](https://marketplace.mendix.com/link/component/225544) is a Mendix Extension built using the Mendix Extensibility Framework to provide you with an effortless means to harness the capabilities of [Teamcenter Connector](https://marketplace.mendix.com/link/component/111627) for Mendix. Teamcenter Extension is layered atop the Teamcenter Connector. It provides a low-code experience by making it easier to visualize and access Teamcenter data models and automate creation of Mendix domain models and microflows.
10
10
11
+
{{% alert color="info" %}}Teamcenter Extension V 3.0.0 and above is also supported on macOS.{{% /alert %}}
12
+
11
13
### Typical Use Cases {#usecases}
12
14
13
15
Teamcenter Extension offers a list of use cases for which domain models and microflows can be created. After you select a use case, it uses an import mapping approach similar to Mendix [import mapping](/refguide/import-mappings/). Here, Teamcenter Extension allows you to select data from the business model of your Teamcenter instance. Based on the selected use case, the import mapping, and, for some use cases, additional configurations, Teamcenter Extension generates and updates the domain model for your integration and generates one or more ready-to-use microflows that you can drag and drop into your application logic.
14
16
15
17
Teamcenter Extension offers the following integration options:
16
18
17
-
* Get item revisions
18
-
* Get workspace objects
19
+
* Search item revisions
19
20
* Create item and item revision
20
21
* Update item and item revision
21
-
* Revise item revisions
22
+
* Revise Item revison
23
+
* Search datasets
24
+
* Get datasets for item revision
25
+
* Search workspace objects
22
26
* Get structures
23
27
24
28
### License {#license}
@@ -31,7 +35,9 @@ The compatibility between Teamcenter Extension and Studio Pro is as follows:
31
35
32
36
* Teamcenter Extension V 1.0.0 is compatible with Studio Pro versions between 10.6.5 and 10.7.
33
37
34
-
* Teamcenter Extension V 2.0.0 is compatible with Studio Pro version 10.12.1 or higher.
38
+
* Teamcenter Extension V 2.0.0 is compatible with Studio Pro version 10.12.1 and above.
39
+
40
+
* Teamcenter Extension V 3.0.0 is compatible with Studio Pro version 10.12.6 and above.
35
41
36
42
{{% alert color="info" %}}Teamcenter Extension is not compatible with Studio Pro versions between 10.8 to 10.11. </br></br>If you use one of these Studio Pro versions, a possible workaround is to use Teamcenter Extension in one of the compatible versions of Studio Pro first, create necessary artifacts and then import them into your version. However, Mendix always recommends using the latest MTS or LTS Studio Pro version.{{% /alert %}}
37
43
@@ -49,8 +55,9 @@ You must have these Marketplace modules installed:
49
55
| ------------- | ------------- | ------------- |
50
56
| 1.0.0 | 3.6.1, V 3.6.0, V 3.5.0 | 10.6.5 thru 10.7 |
{{% alert color="info" %}}If you use Teamcenter Extension V 1.0.0 with Teamcenter Connector V 3.6.1 or below, and want to upgrade to Teamcenter Extension V 2.0.0 and Teamcenter Connector V 2406.0.0, see the [Upgrading Teamcenter Extension V 1.0.0 to V 2.0.0](#upgrade) section.{{% /alert %}}
60
+
{{% alert color="info" %}}If you use Teamcenter Extension V 1.0.0 with Teamcenter Connector V 3.6.1 or below, and want to upgrade to Teamcenter Extension V 3.0.0 and Teamcenter Connector V 2406.3.0, see the [Upgrading Teamcenter Extension V 1.0.0 to V 3.0.0](#upgrade) section.{{% /alert %}}
54
61
55
62
### Demo App {#demoapp}
56
63
@@ -64,13 +71,13 @@ Follow the instructions in [Using Marketplace Content](/appstore/use-content/) t
64
71
65
72
### Actions
66
73
67
-
#### Get Item Revisions from Teamcenter {#getitemrevision}
74
+
#### Search Item Revisions from Teamcenter {#getitemrevision}
68
75
69
-
The `Get ItemRevision` action allows you to generate the domain model and microflow to search for and retrieve `ItemRevisions` or its specialization. The resulting microflow implements the saved query `Item Revision...` from Teamcenter.
76
+
The `Search Item Revisions` action allows you to generate the domain model and microflow to search for and retrieve `ItemRevisions` or its specialization. The resulting microflow implements the saved query `Item Revision...` from Teamcenter.
70
77
71
-
#### Get Workspace Objects {#getworkspaceobjects}
78
+
#### Get Item Revisions from Teamcenter {#getitemrevision}
72
79
73
-
The `Get Workspace Objects` action allows you to configure and generate the domain model and microflow to search for and retrieve Workspace Objects or their specialization from Teamcenter. This action implements the saved query `General..` from Teamcenter
80
+
The `Search Item Revisions` action allows you to generate the domain model and microflow to search for and retrieve `ItemRevisions`or its specialization. The resulting microflow implements the saved query `Item Revision...` from Teamcenter.
74
81
75
82
#### Create Item and Item Revision {#createitem-and-itemrevision}
76
83
@@ -82,11 +89,23 @@ The `Update Item and Item Revision` action allows you to generate the domain mod
The `Revise Item and Item Revision` action allows you to generate the domain model and microflow to revise an `ItemRevision` or its specializations in Teamcenter. The resulting microflow implements the `Revise Object and Update Properties` actions from the Teamcenter Connector. With the `Revise Object` action, a new `ItemRevision` is created, setting the Teamcenter properties that need to be set upon revising. With the `Update Properties` action, the remaining properties are updated in Teamcenter.
92
+
The `Revise Item and Item Revision` allows you to generate the domain model and microflow to revise an `ItemRevision` or its specializations in Teamcenter. The resulting microflow implements the `Revise Object and Update Properties` actions from the Teamcenter Connector. With the `Revise Object` action, a new `ItemRevision` is created, setting the Teamcenter properties that need to be set upon revising. With the `Update Properties` action, the remaining properties are updated in Teamcenter.
93
+
94
+
#### Search Datasets {#getdatasets}
95
+
96
+
The `Search Datasets` allows you to generate the domain model and microflow to search for and retrieve `Datasets` or its specialization. The resulting microflow implements the saved query `Datasets` from Teamcenter.
97
+
98
+
#### Get Datasets from Item Revision {#getdatasetsfromitemrevision}
99
+
100
+
The `Get Datasets from Item Revision` action allows you to generate the domain model and microflow to retrieve datasets for an Item Revision and subsequently download files inside the dataset.
101
+
102
+
#### Get Workspace Objects {#getworkspaceobjects}
103
+
104
+
The `Get Workspace Objects` action allows you to configure and generate the domain model and microflow to search for and retrieve Workspace Objects or their specialization from Teamcenter. This action implements the saved query `General..` from Teamcenter.
86
105
87
106
#### Get Structures
88
107
89
-
The `Get Structures`action allows you to generate the domain model and microflows to configure a BOM window and retrieve structure data from Teamcenter. This feature supports the retrieval of structures with the following:
108
+
The `Get Structures` allows you to generate the domain model and microflows to configure a BOM window and retrieve structure data from Teamcenter. This feature supports the retrieval of structures with the following:
90
109
91
110
*`RevisionRule` (or default `RevisionRule`)
92
111
*`VariantRule`
@@ -106,14 +125,14 @@ To work with structures, such as BOMs, you need to first create a BOM window in
106
125
107
126
This feature is designed specifically for generating microflows and domain models to retrieve and display simple BOM structures (unconfigured or configured). For other scenarios, consider alternative solutions. See the table below:
## Upgrading Teamcenter Extension V 1.0.0 to V 2.0.0 {#upgrade}
246
+
## Upgrading Teamcenter Extension V 1.0.0 to V 3.0.0 {#upgrade}
228
247
229
-
If you use Teamcenter Extension V 1.0.0 with Teamcenter Connector V 3.6.1 or below, and want to upgrade to Teamcenter Extension V 2.0.0 and Teamcenter Connector V 2406.0.0, perform the following procedure:
248
+
If you use Teamcenter Extension V 1.0.0 with Teamcenter Connector V 3.6.1 or below, and want to upgrade to Teamcenter Extension V 3.0.0 and Teamcenter Connector V 2406.3.0, perform the following procedure:
230
249
231
-
1. Open your app in Studio Pro version 10.12.1 or higher.
232
-
2. Follow the instructions in [How to Use Marketplace Content in Studio Pro](/appstore/general/app-store-content/) to download [Teamcenter Extension V 2.0.0](https://marketplace.mendix.com/link/component/225544) from the Marketplace and install it.
250
+
1. Open your app in Studio Pro version 10.12.6 or higher.
251
+
2. Follow the instructions in [How to Use Marketplace Content in Studio Pro](/appstore/general/app-store-content/) to download [Teamcenter Extension V 3.0.0](https://marketplace.mendix.com/link/component/225544) from the Marketplace and install it.
233
252
3. When a warning dialog box opens, click **Trust module and enable extension**. Otherwise, Teamcenter Extension will not be installed.
234
253
4. Follow the instructions in [How to Upgrade the Module to a Newer Version](/appstore/use-content/#update-module) to upgrade Teamcenter Connector to V 2406.0.0. Teamcenter Connector V 2406.0.0 has updated domain model that made certain entities and associations in Teamcenter Extension V 1.0.0 redundant. As a result, you get errors after the upgrade.
235
254
236
255
5. To resolve the errors, use one of the solutions described the sections below:
237
256
238
-
*[Solution 1](#solution-1)
257
+
* [Solution 1](#solution-1)
239
258
240
-
*[Solution 2](#solution-2) – Using Solution 2 has an advantage: after completing the procedure, the integrations will appear on the **History** tab.
259
+
* [Solution 2](#solution-2) – Using Solution 2 has an advantage: after completing the procedure, the integrations will appear on the **History** tab.
241
260
242
261
### Resolving the Errors – Solution 1 {#solution-1}
|`TeamcenterToolkit.BOMWindow` no longer exists | <ol><li>Update all references to <br/>`TcConnector.BOMWindow`.</li><li>Search for `TeamcenterToolkit.BOMWindow` to find `BOMapping` parameters where the entity is used, and change it to `TcConnector.BOMWindow`.</li></ol> |
249
-
|`TeamcenterToolkit.top_line` no longer exists | Update all associations to `TcConnector.top_line`. |
250
-
| The selected Java action parameter […] no longer exists | Set all the Java action parameters again. |
267
+
|`TeamcenterToolkit.BOMWindow` no longer exists | <ol><li>Update all references to <br/>`TcConnector.BOMWindow`.</li><li>Search for `TeamcenterToolkit.BOMWindow` to find `BOMapping` parameters where the entity is used, and change it to `TcConnector.BOMWindow`.</li></ol> |
268
+
|`TeamcenterToolkit.top_line` no longer exists | Update all associations to `TcConnector.top_line`. |
269
+
| The selected Java action parameter […] no longer exists | Set all the Java action parameters again. |
251
270
252
271
### Resolving the Errors – Solution 2 {#solution-2}
253
272
@@ -258,5 +277,5 @@ Using Solution 2 has an advantage: after completing the procedure, the integrati
258
277
As an alternative to solution 1, you can perform the following steps:
259
278
260
279
1. Delete the microflows generated with Teamcenter Extension V 1.0.0. This will cause errors in the locations where these microflows were used. Keep these errors so that you can identify where the microflows need to be implemented again.
261
-
2. Go to Teamcenter Extension V 2.0.0 and repeat the steps you did before in Teamcenter Extension V 1.0.0. Simply select the same entities and associations, as they already exist in your domain model.
262
-
3. Go over the errors caused by the missing microflows and implement the newly-generated microflows.
280
+
2. Go to Teamcenter Extension V 3.0.0 and repeat the steps you did before in Teamcenter Extension V 1.0.0. Simply select the same entities and associations, as they already exist in your domain model.
281
+
3. Go over the errors caused by the missing microflows and implement the newly-generated microflows.
Copy file name to clipboardExpand all lines: content/en/docs/deployment/private-cloud/private-cloud-deploy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -492,7 +492,7 @@ If any of these garbage collection steps fail, you will no longer see the enviro
492
492
493
493
If you need to enter or change the subscription secret, then you can do that here.
494
494
495
-
Subscription secrets are obtained from [Mendix support](https://support.mendix.com/).
495
+
Subscription secrets are obtained from [Mendix support](https://support.mendix.com/). You can use subscription secrets in [standalone mode](/developerportal/deploy/private-cloud-technical-appendix-02/).
496
496
497
497
We have also released an alternate way of licensing your apps in the Private Cloud by using PCLM. For more information, see [Private Cloud License Manager](/developerportal/deploy/private-cloud/private-cloud-license-manager/).
0 commit comments