Does anybody know if it is possible to push data from Servoy into Quickbooks either directly or through a 3rd party application?
TIA
Does anybody know if it is possible to push data from Servoy into Quickbooks either directly or through a 3rd party application?
TIA
Michael,
Sure - use XML. (controller.printXML to a variable or to disk and then pass it to QuickBooks with executeProgram or import from QuickBooks).
I haven’t worked with that integration in many years - but I know that some people in the FM world built a FM plug-in that uses XML to do the transfer.
That’s a GREAT IDEA for a plug-in or product!
Bob Cusick
Intuit now provides the ability to update dynamically bidirectional via the QuickBooks SDK.
Look here for more information: http://developer.intuit.com/QuickBooksSDK/
Utilize XML instead of the importing the iif files
.
We plan to integrate QuickBooks with one of our Servoy based products. If someone wants to share or work together on it let me know.
Jody Weaver
WeaverWorld, Inc.
It can also be done using the correct api and using triggers from your back-end data source. I have been talking with a local company that will built the fuctionality to puch from SQL to QB.
That will be the last part of my build, but if you are still interested in about 6-9 months, I will let you know what all was involved.
Thanks for all the replies. Much appreciatede.
This is on my to-do list as well; I have found a java to COM bridge from Intuit that will simplify this significantly; check out http://developer.intuit.com/QuickBooksS … es/?id=121
for more details and a simple sample app..
Some things I am trying to figure out:
As for the Servoy side, especially if webservices are involved: check out:
http://forum.servoy.com/viewtopic.php?t=2166&highlight=
Paul