How to download attached files in the Dataset by Teamcenter connector

0
Hi, I'm a beginner.   I need to download files from a dataset that is given from a query saved in TC.  It would be very helpful if you could give me a detailed description of the micro-flow.   Thank you in advance.
asked
2 answers
1

Hello Matsumoto, I recommend trying out the Teamcenter Extension. The Teamcenter Extension helps you create Teamcenter integrations for your Mendix apps. The extension generates the required domain model and microflows for you, based on your needs.

 

With respect to datasets, we support searching for Datasets (saved query search), retrieving all datasets for an ItemRevision (if necessary, you can apply filters) and attaching datasets to an ItemRevision. 

 

You can find the extension on the marketplace here: https://marketplace.mendix.com/link/component/225544

 

In the end, the end, the generated microflows make use of the TcConnector. 

answered
0

You just need to pass the Dataset into the Download File activity and it will return a list of FileDocuments

{2793E4DC-F2E8-4CE1-B717-4FA6C53F4D42}.png

answered