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
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,19 +64,15 @@ Follow the instructions in [How to Use Marketplace Content](/appstore/use-conten
64
64
65
65
### Actions
66
66
67
-
#### Search Item Revisions from Teamcenter {#getitemrevision}
67
+
#### Search Item Revisions {#getitemrevision}
68
68
69
69
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
70
71
-
#### Get Item Revisions from Teamcenter {#getitemrevision}
72
-
73
-
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
-
75
-
#### Create Item and Item Revision {#createitem-and-itemrevision}
71
+
#### Create Item With Item Revision {#createitem-and-itemrevision}
76
72
77
73
The `Create Item and Item Revision` action allows you to configure and generate the domain model and microflow to create an Item with `ItemRevision` or its specializations in Teamcenter. The resulting microflow implements the `Create Object and Update Properties` actions from the Teamcenter Connector. With the `Create Object` action, the `Item` and `ItemRevision` get created in Teamcenter, setting the Teamcenter properties that need to be set upon creation. With the `Update Properties` action, the remaining properties are updated in Teamcenter.
78
74
79
-
#### Update Item and Item Revision {#updateitem-and-itemrevision}
75
+
#### Update Item With Item Revision {#updateitem-and-itemrevision}
80
76
81
77
The `Update Item and Item Revision` action allows you to generate the domain model and microflow to update an `Item` with `ItemRevision` or their specializations in Teamcenter. The resulting microflows implements the `Update Properties` action from the Teamcenter Connector.
82
78
@@ -88,17 +84,17 @@ The `Revise Item and Item Revision` allows you to generate the domain model and
88
84
89
85
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.
90
86
91
-
#### Get Datasets from Item Revision {#getdatasetsfromitemrevision}
87
+
#### Get Datasets for Item Revision {#getdatasetsfromitemrevision}
92
88
93
89
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.
94
90
95
91
#### Attach Datasets to Item Revision {#attachdatasetstoitemrevision}
96
92
97
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.
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.
97
+
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.
0 commit comments