Great Plains Integration
- katiebruno
- Lieutenant, Jr. Grade (LT JG)
- Posts: 42
- Joined: Fri Jan 30, 2004 10:57 am
- Location: Wadsworth, Oh
- Contact:
Great Plains Integration
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.
Re: Great Plains Integration
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.
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
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
- katiebruno
- Lieutenant, Jr. Grade (LT JG)
- Posts: 42
- Joined: Fri Jan 30, 2004 10:57 am
- Location: Wadsworth, Oh
- Contact:
Re: Great Plains Integration
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.
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.
Re: Great Plains Integration
That's why I haven't seen it in a while, Microsoft bought it
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

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

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
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