How to Create or Display Teamcenter Reports in Mendix UI

0
Hi all, I'm currently developing a Mendix application integrated with Teamcenter, and I want to create or display Teamcenter reports directly in the Mendix UI. I'm exploring different options and need some guidance on the best approach. ❓ My questions: Is it possible to create and show Teamcenter reports (e.g., BOM, audit logs, form data, etc.) in the Mendix frontend UI? Can this be achieved using the TcConnector module or Teamcenter Extension? Do I need to download or integrate any external reporting modules from the Mendix Marketplace ? What’s the recommended architecture or integration pattern for showing reports generated in Teamcenter within Mendix?
asked
1 answers
0

Hi everything is possible.

 

Are you referring to the report based on TransferMode + XML + XSL, or are you referring to the active workspace charts based on SOLR ?

 

In both cases you will need to implement a call to an API. First case is easier with a well documented API "Reports-2015-03-CrfReports/generateReport" while the SOLR API for AWC is not documented and will need to be reversed engineered.

 

answered