Great Plains Integration

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
katiebruno
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 42
Joined: Fri Jan 30, 2004 10:57 am
Location: Wadsworth, Oh
Contact:

Great Plains Integration

Post by katiebruno » Wed May 28, 2008 5:26 pm

Has anyone out there integrated AbleCommerce with Great Plains or have a suggested strategy? I have a client with a very large inventory with all sales information in Great Plains and they would like to have real time sales numbers for both the warehouse and the webstore integrated so that they can share the same inventory.

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Great Plains Integration

Post by AbleMods » Wed May 28, 2008 11:38 pm

I haven't heard of anything yet for Great Plains. Does GP have an SDK or API interface?

I haven't worked with GP for many years...didn't realize it was still around.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
katiebruno
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 42
Joined: Fri Jan 30, 2004 10:57 am
Location: Wadsworth, Oh
Contact:

Re: Great Plains Integration

Post by katiebruno » Thu May 29, 2008 7:35 am

Yes it does.

http://msdn.microsoft.com/en-us/library/ms994230.aspx

My question to the client is what version of Great Plains are they running. If they are in the .NET version, I am willing to go for it. If they are still using the legacy Dexterity version, forget it.

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Great Plains Integration

Post by AbleMods » Thu May 29, 2008 7:57 am

That's why I haven't seen it in a while, Microsoft bought it :lol:

Even if it's in .Net, you're still going to hit the server-side execution wall. Since AC7 is server-side code, GP will have to be on the web server as well or you'll have to expose the SQL db to the internet. Neither makes me feel real warm and fuzzy.

Otherwise, downloading the db to a local SQL install will be your only practical option although it's not very efficient. If Able gets some docs out on the data client API, things can get a whole lot simpler.

I'm writing a one-way Quickbooks interface right now...been going round-and-round on this for weeks now.

Welcome to the downside of server-side code execution :roll:
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

Post Reply