Skip to content

Commit 9024bb8

Browse files
authored
Merge pull request mendix#9131 from rohanwanchoo123/patch-11
Update teamcenter-extension.md (V3.3.0)
2 parents 9780e0c + 2a43c98 commit 9024bb8

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

  • content/en/docs/appstore/use-content/platform-supported-content/modules
  • static/attachments/appstore/platform-supported-content/modules/teamcenter-extension

content/en/docs/appstore/use-content/platform-supported-content/modules/teamcenter-extension.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ Teamcenter Extension offers the following integration options:
2222
* Revise item revision
2323
* Search datasets
2424
* Get datasets for item revision
25+
* Attach dataset to item revision
2526
* Search workspace objects
26-
* Get structures
27+
* Relate workspace objects
28+
* Get structure
2729

2830
### License {#license}
2931

@@ -42,7 +44,7 @@ Compatibility among Teamcenter Extension, Teamcenter Connector, and Studio Pro i
4244
| ------------- | ------------- | ------------- |
4345
| 1.0.0 | 3.6.1, V 3.6.0, V 3.5.0 | 10.6.5 thru 10.7 |
4446
| 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 |
47+
| 3.0.0 and above | 2406.3.0 | 10.12 patch version 6 and above and 10.16.0 and above |
4648

4749
{{% alert color="info" %}}
4850
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.
@@ -90,15 +92,19 @@ The `Get Datasets from Item Revision` action allows you to generate the domain m
9092

9193
#### Attach Datasets to Item Revision {#attachdatasetstoitemrevision}
9294

93-
The 'Attach Datasets to Item Revision' action allows you to generate a domain model and microflow which creates and attaches a Teamcenter dataset (or its specializations) with a file document to an Item Revision in Teamcenter. The resulting microflow implements the Upload file, Create relation, and Get properties actions from the `TcConnector` module.
95+
The 'Attach Datasets to Item Revision' action allows you to generate a domain model and microflow which creates and attaches a Teamcenter dataset (or its specializations) with a file document to an Item Revision in Teamcenter. The resulting microflow implements the `Upload file`, `Create relation`, and `Get properties` actions from the `TcConnector` module.
9496

9597
#### Search Workspace Objects {#getworkspaceobjects}
9698

9799
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.
98100

99-
#### Get Structures
101+
#### Relate Workspace Objects {#relateworkspaceobjects}
100102

101-
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:
103+
The 'Relate Workspace Objects' action 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 the `TcConnector` module.
104+
105+
#### Get Structure {#getstructures}
106+
107+
The `Get Structure` 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:
102108

103109
* `RevisionRule` (or default `RevisionRule`)
104110
* `VariantRule`
-520 KB
Loading

0 commit comments

Comments
 (0)