We’re attempting to build some external tools to interface with the BO’s and do simple things like query for invoice data and return them for use in a web portal.
We’ve contacted Epicor for some documentation but they can only provide webservices documentation and we’d rather connect using the objects/DLLs.
Are there any guides out there that show how to do simple things like open a connection and call the ARInvoice.GetList function? just to get us started?
Kyle search this forum there are a ton of examples of this specially in the old Yahoo category if you are in E9
by the way you should use the webservices since they ensure better compatibility going forward and it won’t require you to recompile your apps every time there is a slight version change.
I’ve searched a bit and might not have been using the right terms since I was coming up a bit empty.
Interesting you mention using the webservices as I thought they were a bet less performant. Also since we’re stuck on E9 for the time being I don’t anticipate many version changes! But thanks for the heads up, I’ll take a look a setting up the webservices since there seems to be better documentation on that.
A quick search for “Visual Studio” in the Yahoo Category yielded quite a few results regarding this topi including some with Example code. I recommend another look.
Furthermore here is a youtube video I made years ago that showcases how to do this
Web Services use the same back end code as the DLL’s so performance should be similar.