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
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,10 @@ Teamcenter Extension offers the following integration options:
22
22
* Revise item revision
23
23
* Search datasets
24
24
* Get datasets for item revision
25
+
* Attach dataset to item revision
25
26
* Search workspace objects
26
27
* Relate workspace objects
27
-
* Get structures
28
+
* Get structure
28
29
29
30
### License {#license}
30
31
@@ -91,19 +92,19 @@ The `Get Datasets from Item Revision` action allows you to generate the domain m
91
92
92
93
#### Attach Datasets to Item Revision {#attachdatasetstoitemrevision}
93
94
94
-
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.
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
+
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.
103
104
104
-
#### Get Structures {#getstructures}
105
+
#### Get Structure {#getstructures}
105
106
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:
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:
107
108
108
109
*`RevisionRule` (or default `RevisionRule`)
109
110
*`VariantRule`
@@ -146,7 +147,7 @@ The landing page has with three tabs: **Menu**, **History**, and **Settings**.
146
147
147
148
The **Menu** tab displays use cases or actions you can create artifacts for using Teamcenter Extension.
0 commit comments