Skip to content

Commit 1a4acf0

Browse files
authored
Merge pull request mendix#9019 from delion-tholens/issue8850
Update teamcenter-extension.md
2 parents fb142b9 + da3b201 commit 1a4acf0

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,15 @@ Follow the instructions in [How to Use Marketplace Content](/appstore/use-conten
6464

6565
### Actions
6666

67-
#### Search Item Revisions from Teamcenter {#getitemrevision}
67+
#### Search Item Revisions {#getitemrevision}
6868

6969
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.
7070

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}
7672

7773
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.
7874

79-
#### Update Item and Item Revision {#updateitem-and-itemrevision}
75+
#### Update Item With Item Revision {#updateitem-and-itemrevision}
8076

8177
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.
8278

@@ -88,17 +84,17 @@ The `Revise Item and Item Revision` allows you to generate the domain model and
8884

8985
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.
9086

91-
#### Get Datasets from Item Revision {#getdatasetsfromitemrevision}
87+
#### Get Datasets for Item Revision {#getdatasetsfromitemrevision}
9288

9389
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.
9490

9591
#### Attach Datasets to Item Revision {#attachdatasetstoitemrevision}
9692

9793
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.
9894

99-
#### Get Workspace Objects {#getworkspaceobjects}
95+
#### Search Workspace Objects {#getworkspaceobjects}
10096

101-
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.
10298

10399
#### Get Structures
104100

0 commit comments

Comments
 (0)