Attach file in Teamcenter Relation

0
Question: Hi, I've established a connection between Mendix and TeamCenter. Could someone please guide me on how to implement the functionality of attaching files to a TeamCenter relation in Mendix?
asked
1 answers
1

If you get the Teamcenter terminology right, it will help understand the process

You need to create a Dataset and upload a file as a named reference. Then you need to create a relation between an Item Revision and your Dataset

This is covered in the Teamcenter Connector Sample application in the microflow ExecuteAddAttachment

answered