Maximo Open Forum

 View Only

 Integration

  • Integrations
Marc Lindemann's profile image
Marc Lindemann posted 03-22-2023 13:40

We were looking to integrate Sage Intacct (Small and Medium Size Business Accounting SaaS) with Maximo. We thought it would be fairly easy to do. Unfortunately, SAGE does not push and only pulls. This requires programming to accomplish using Cron Task; this is rather expensive. I've looked at working through a recent item that integrates Sage and MS Teams, but not sure if it would do the trick. 

Does anyone have any suggestions or know who has accomplished this integration?

Phil Runion's profile image
Phil Runion

I have worked with integrators at RSM US to integrate vendors and invoices. For both we utilized Maximo's REST API to allow SAGE to pull from Maximo and post back to Maximo. On the Maximo side we had to work the process to allow Sage to easily query for data when it was ready to be integrated. We did this using statuses, one to indicated it was ready to be pulled and another couple to indicate success or failure. 

In my example we did not pull from SAGE but if you wanted to initiate the pull from Maximo I think a cron task calling an automation script to do the pull would be your best bet.