From 9243eef08395bae7591bfa5b4c37629704ae4bbf Mon Sep 17 00:00:00 2001 From: delion-tholens <104640799+delion-tholens@users.noreply.github.com> Date: Tue, 28 Jan 2025 09:33:00 +0000 Subject: [PATCH 1/2] Update teamcenter-extension.md updated the teamcenter extension document based on issue 8850 --- .../modules/teamcenter-extension.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/content/en/docs/appstore/use-content/platform-supported-content/modules/teamcenter-extension.md b/content/en/docs/appstore/use-content/platform-supported-content/modules/teamcenter-extension.md index 056e2f750de..e7706126ccb 100644 --- a/content/en/docs/appstore/use-content/platform-supported-content/modules/teamcenter-extension.md +++ b/content/en/docs/appstore/use-content/platform-supported-content/modules/teamcenter-extension.md @@ -64,19 +64,15 @@ Follow the instructions in [How to Use Marketplace Content](/appstore/use-conten ### Actions -#### Search Item Revisions from Teamcenter {#getitemrevision} +#### Search Item Revisions {#getitemrevision} 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. -#### Get Item Revisions from Teamcenter {#getitemrevision} - -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. - -#### Create Item and Item Revision {#createitem-and-itemrevision} +#### Create Item with Item Revision {#createitem-and-itemrevision} 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. -#### Update Item and Item Revision {#updateitem-and-itemrevision} +#### Update Item with Item Revision {#updateitem-and-itemrevision} 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. @@ -88,7 +84,7 @@ The `Revise Item and Item Revision` allows you to generate the domain model and 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. -#### Get Datasets from Item Revision {#getdatasetsfromitemrevision} +#### Get Datasets for Item Revision {#getdatasetsfromitemrevision} 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. @@ -96,9 +92,9 @@ The `Get Datasets from Item Revision` action allows you to generate the domain m 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. -#### Get Workspace Objects {#getworkspaceobjects} +#### Search Workspace Objects {#getworkspaceobjects} -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. +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. #### Get Structures From da3b201d555c3cb4f4edcdf777a1aba386bf931b Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Wed, 5 Feb 2025 09:59:26 +0100 Subject: [PATCH 2/2] Small style fix --- .../modules/teamcenter-extension.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/appstore/use-content/platform-supported-content/modules/teamcenter-extension.md b/content/en/docs/appstore/use-content/platform-supported-content/modules/teamcenter-extension.md index e7706126ccb..d9a3b4fd1a6 100644 --- a/content/en/docs/appstore/use-content/platform-supported-content/modules/teamcenter-extension.md +++ b/content/en/docs/appstore/use-content/platform-supported-content/modules/teamcenter-extension.md @@ -68,11 +68,11 @@ Follow the instructions in [How to Use Marketplace Content](/appstore/use-conten 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. -#### Create Item with Item Revision {#createitem-and-itemrevision} +#### Create Item With Item Revision {#createitem-and-itemrevision} 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. -#### Update Item with Item Revision {#updateitem-and-itemrevision} +#### Update Item With Item Revision {#updateitem-and-itemrevision} 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.