Teamcenter connector unable to fetch the related object parameters

0
Hi Team, we have a following data model created in Teamcenter.     I have created a similar Data model in Mendix.           I created a microflow to fetch the properties of DES-000003 object. I am able to fetch the standard properties but unable to fetch the properties of related object SPDATA-000009 and SPDATA-000008. They are related objects of DES-000003.  Thank you for your suggestions.  
asked
1 answers
0

Hi Akash,

In the business object mapping section, you must additionally specify the names of the objects and entities you want to get. For example:C4_SUP_KLACorpRevision=MyFirstModule.C4_SUP_KLACorpRevision

answered