How to cast TcConnector.ItemRevision/TcConnector.ModelObject to custom Mendix entity object

0
Hello All,   I have a custom entity created in mendix as shown below-     I am calling Teamcenter connector SOA URL Core-2007-09-DataManagement/expandGRMRelationsForPrimary. This returns me TcConnector.relationshipObjects / TcConnector.ModelObject. I am able to cast TcConnector.ModelObject to TcConnector.ItemRevision.    How can I cast TcConnector.ModelObject /TcConnector.ItemRevision to MyModule.C4_SUP_DoverCorpRevision. This casting is required to show the custom properties on the form.       Thank you for suggestions.
asked
1 answers
0

Hi Aakash,

 

casting objects is made possible by using the "Inheritance split" microflow activity, followed by a "Cast Object" activity. For more information, see the Mendix docs here:

 

https://docs.mendix.com/refguide/cast-object/

 

 

answered