Update data back to Teamcenter

0
Hi All, We are using an Connector to get data from teamcenter and perform some actions on the same. Later, want to update the changed data back to Teamcenter. is this possible using the Teamcenter connector?   Thanks in advance for any help.   Warm Regards Vineeth
asked
3 answers
0

Have a look in the Teamcenter Connector Sample Application Mendix Marketplace - Teamcenter Connector Sample Application

The SaveEdit microflow updates properties on a workspace object using the "Update Properties" activity

answered
0

In the "Toolbox sample" module

https://marketplace.mendix.com/link/component/202292


You will find a microflow called "UpdateProperties" to do it in 1 call, it's more convenient to use because the properties to be updated are described with a simple string with separator ";". 

In this example, you write back to teamcenter the attribute "object_name" and "object_desc".

2024-08-14 09_43_50-UpdateProperties.png

answered
0

Don't forget: If you want to generate microflows for this, you can also use the Teamcenter Extension: https://marketplace.mendix.com/link/component/225544. We included the update object use case.

answered