Link Sage50 with SuiteCRM

Hi

I am not sure if this can be done or how this can be done but can please can someone let me know if we can link Sage50 with our SuiteCRM. We would like to use our Sage50 for stock management as that is what we use right now along with linking it for Invoicing.

Any help would be appreciated.

Thank you.

I don’t know about that specific system, but in general:

  • look in the SuiteCRM Store for an existing integration add-on, and check if the price is right for you

  • consider integrating yourself.

For this second case, consider:

  • what do I need to integrate in one direction (SuiteCRM —> Sage50) and the other (Sage50 —> SuiteCRM)

  • consider what triggers each interaction

  • play with what each system allows you to do, both “incoming” and “outbound”.

In the case of SuiteCRM, inbound is mostly done through the API, and outbound can be calling the other system’s API in some custom code (typically in after_save logic_hooks, so that when you save, you get a side-effect in the other system).