The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
937 views

Integrating with Great Plains, best way?

I can't find much information around the web about it. Has anyone used both eConnect and the Dynamics web services to interact (read/write) with Great Plains. I am looking for the pros and cons of ...
2
votes
2answers
310 views

What are the similarities or differences between Dynamics CRM vs Dynamics GP (Great Plains)

I am doing research about integrating a product into Dynamics Great Plains. I have worked with Dynamics CRM before but not with Great Plains. I have heard that GP is a different animal than CRM, ...
1
vote
0answers
18 views
+50

Great Plains eConnect Issue, FileNotFoundException… what am I missing?

I am trying to invoke a call to Dynamics Great Plains, and am getting a very frustrating error. I call the code: eConnectMethods eConCall = new eConnectMethods(); and I immediately trap the ...
1
vote
1answer
92 views

eConnect 10 Errors Numbers -Where to find documented list?

I'm implementing the Microsoft Dynamics eConnect 10 in a custom project, while testing the EntryPoint method that suppose to write to the ERP, it throws an exception when some data are missing or not ...
1
vote
1answer
300 views

eConnect to Great Plains Error: 'Timeout expired' - How to fix?

Receiving the following error when trying to pull reconciled orders from the last 30 days in Great Plains from a SOAP call: ...
1
vote
1answer
150 views

MS GP eConnect create EFT Bank

Simply trying to create via eConnect the EFT Bank informations on a customer. You go inside a customer - > address - > EFT Bank. I cannot find any informations in the eConnect documentation or on the ...
0
votes
0answers
91 views

Dynamics GP 2010 Web Service Question

I am trying to create a purchase order in Dynamics GP 2010 using the webservices. I get the following error VendorItemNumber not setup for ItemKey First off, I am not sure what that error actually ...
0
votes
0answers
56 views

Where does Great Plains EConnect store VB Script for map task?

Connections strings inside VB script used to power Task=>Map=>Before sequences are being reset in our test environment after a refresh from production. I want to isolate where the vb script is stored ...
0
votes
0answers
261 views

In order to use eConnect 11.0 for Dynamics GP 2010, does the eConnect windows service have to be installed on the client computer?

I am working on a Windows Forms app that will integrate with Dynamics GP 2010, using the eConnect WCF service. The eConnect Windows service is defaulted to only have the net.pipe binding, which would ...
0
votes
1answer
97 views

eConnect timesheet entry multicurrency issue

I'm trying to use econnect to insert TimeSheet Entry batches from an external system via "taPATimeSheetLineInsert". When using the fuctionnal currency everything works fine. The problem is that when ...