Get ImanFile object with Teamcenter connector Module

0
Hello, I’m trying to get ImanFile Object using Teamcenter Connector Module. So I created a query in Teamcenter which return the ImanFile objects. I use this query in Mendix and I get the list of ModelObject but when I try to cast this ModelObject into ImanFile, it doesn’t work… here is the ImanFile object I created: (I checked in Teamcenter data model and ImanFile inherits of POM_application_object class) Here is the cast method, as you can see, the ModelObject type in ImanFile but the cast always return: ModelObject... Could you help me??? Thanks in advance
asked
1 answers
0

Ok, I saw my error: I just forgot to add “ImanFile=Teamcenter.ImanFile” in the “business object mapping” attribute of my “Saved Query Search” widget...

answered