You need to sign in to do that
Don't have an account?
Integrating Salesforce with MYOB - Post Method
Hi Guys,
I am attempting to integration our salesforce with the account tool MYOB. There are implementations out there already, but they are costly and are normally catered for the out fo the box salesforce implementation, employing opportunities, etc.
I have successfully installed a custom integration between our custom domain and salesforce, which has a two way synch. We did this through JSON objects both single and lists sent through http Post calls. I wanted to attempt something similar with MYOB, but wouldnt even know where to begin.
i was wondering if anyone had successfully attempted this or something similar and what is the best course of action. I understand the format of web call classes and how tos tructure them within salesforce.
Any help or points in the right direction would be very much appreciated.
I am attempting to integration our salesforce with the account tool MYOB. There are implementations out there already, but they are costly and are normally catered for the out fo the box salesforce implementation, employing opportunities, etc.
I have successfully installed a custom integration between our custom domain and salesforce, which has a two way synch. We did this through JSON objects both single and lists sent through http Post calls. I wanted to attempt something similar with MYOB, but wouldnt even know where to begin.
i was wondering if anyone had successfully attempted this or something similar and what is the best course of action. I understand the format of web call classes and how tos tructure them within salesforce.
Any help or points in the right direction would be very much appreciated.
Exacltly how you interact with the available APIs will depend on what you want to do, how frequently you need it to happen, how much data you are moving between the systems, etc...