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/use-content/platform-supported-content/modules/teamcenter-extension.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Teamcenter Extension offers the following integration options:
23
23
* Search datasets
24
24
* Get datasets for item revision
25
25
* Search workspace objects
26
+
* Relate workspace objects
26
27
* Get structures
27
28
28
29
### License {#license}
@@ -42,7 +43,7 @@ Compatibility among Teamcenter Extension, Teamcenter Connector, and Studio Pro i
42
43
| ------------- | ------------- | ------------- |
43
44
| 1.0.0 | 3.6.1, V 3.6.0, V 3.5.0 | 10.6.5 thru 10.7 |
44
45
| 2.0.0 | 2406.0.0 | 10.12, patch versions 1 and above and 10.16.0 and above |
45
-
| 3.0.0 | 2406.3.0| 10.12 patch version 6 and above and 10.16.0 and above |
46
+
| 3.0.0 and above | 2406.3.0 | 10.12 patch version 6 and above and 10.16.0 and above |
46
47
47
48
{{% alert color="info" %}}
48
49
Teamcenter Extension is not compatible with Studio Pro versions between 10.8 and 10.11, as well as 10.13.x, 10.14.x, and 10.15.x. 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 the necessary artifacts, and then import them into your version. However, Mendix always recommends using the latest MTS or LTS Studio Pro version.
@@ -96,7 +97,11 @@ The 'Attach Datasets to Item Revision' action allows you to generate a domain mo
96
97
97
98
The `Search 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.
The 'Relate Workspace Objects' allows you to generate the domain model and microflow to relate two workspace objects or their specialization from Teamcenter. The resulting microflow implements the Create relation action from TcConnector
103
+
104
+
#### Get Structures {#getstructures}
100
105
101
106
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:
102
107
@@ -141,7 +146,7 @@ The landing page has with three tabs: **Menu**, **History**, and **Settings**.
141
146
142
147
The **Menu** tab displays use cases or actions you can create artifacts for using Teamcenter Extension.
0 commit comments