Hi
Can you provide all details regarding it.
Extending existing ACCESS application to interface with MYOB. Got it working with the desktop version of AccountRight using MYOB API.
Need help connecting to cloud version of MYOB using same API.
Will provide developer key to help test.
Sounds like an integration project with changes in communication service layer in VB code. I am working on large scale of projects involving disparate systems integration. Price is negotiable.
I am a very experienced software engineer including MYOB developer, have previously developed solutions using the old ODBC, currently porting same to the new API for both desktop and online, my code is written in VB.Net so pretty well "drop-in" for your Access application.
Its an Inventory system which i have developed over the years. One the upgrades is to get it to talk to MYOB with the new API.Everything is handled within the program with no external forms generated. Basically the business logic is when an item gets dispatched a sales invoice is created in MYOB and the created invoice number is returned to the database. I have it working for the desktop version However i need some help communicating with online version of MYOB. Technically the API is the same. I've having trouble receiving the code from OATH server, extracting it and using it to ask for a token. All this online stuff is new to me.