So I did a search and didn't find anything on the subject....
Is there a way to integrate Ignition into Maximo? I can get get Maximo set up to trigger a WO on a trigger but I cannot find any info on how to get the ignition data into maximo to trigger it.
Is it possible?
What options does Maximo have for connectivity? Does Maximo have a REST API endpoint or something similar? If it does, you may be able to set up a httpClient in Ignition that hands off the expected data to Maximo on some sort of trigger (user presses button, part is completed, etc.)
Maximo is just a front end for a database so I assume you could just interface directly with the tables if you have write access to the database.