Teamcenter connector

0
Hello Team,   We have a custom data model created in Teamcenter. If we create an object using this custom data model in Teamcenter, will we be able to retrieve these objects using the OOTB services provided by the Teamcenter connector. Are any changes to the data model required on the Mendix side
asked
1 answers
0

This isn't a problem

For example, if your Teamcenter data model includes a new item type called CM5_MyItemRevision which has custom properties cm5_Property1 and cm5_Property2, then you merely need to define a Mendix domain model to contain this information, like so:

image.png

Then when you retrieve data from Teamcenter, apply the business object mapping to your domain model rather than the OOTB TcConnector model:

image.png

answered