Questions tagged [econnect]

eConnect is an additional product for Microsoft Dynamics GP. It acts as an integration point for Microsoft Dynamics GP data.

eConnect is an additional product for Microsoft Dynamics GP. It acts as an integration point for Microsoft Dynamics GP data. The interfaces supported by eConnect include .NET managed code, BizTalk, and Microsoft Message Queueing (MSMQ).

47 questions
7
votes
2 answers

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 both approaches. This product will be installed and…
pmlarocque
  • 1,704
  • 1
  • 18
  • 26
4
votes
1 answer

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, even though they share the same "Dynamics" prefix,…
7wp
  • 12,505
  • 20
  • 77
  • 103
3
votes
2 answers

Dynamics GP eConnect: get data (as opposed to create/update)?

I'm using eConnect to create and update various items in Dynamics GP, but I can't seem to find how to use it to read data from GP. For example, I'd like to get the Vendor and Account lists from GP. Is there a way to do this from eConnect? Do I have…
Parand
  • 102,950
  • 48
  • 151
  • 186
3
votes
1 answer

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 following: ERROR System.IO.FileNotFoundException: The…
Jeremy Holovacs
  • 22,480
  • 33
  • 117
  • 254
3
votes
1 answer

eConnect 10 Errors Numbers - how can I check what they mean?

I'm implementing Microsoft Dynamics eConnect 10 in a custom project, and while testing the EntryPoint method that's supposed to write to the ERP, it throws an exception when some data are missing or not entered correctly. The exception is…
Rami Alshareef
  • 7,015
  • 12
  • 47
  • 75
2
votes
0 answers

Object reference not set to an instance of an object while connecting Microsoft Dynamics GP 2018 with eConnect 18 using .net Framework 4.6.1

I have tried many solutions for this simple error but I couldn't find bug what actually cause it. Here is some code for reference. GPController [HttpPost("testConnection")] public bool TestConnection() { try …
Aarsh
  • 2,555
  • 1
  • 14
  • 32
2
votes
1 answer

Could not load file or assembly 'Microsoft.Dynamics.GP.eConnect' or one of its dependencies

I get the famous yellow screen of death in my asp.net mvc app after I add both the Microsoft.Dynamics.GP.eConnect, and Microsoft.Dynamics.GP.eConnect.Serialization DLL's. Here is the full error message: Could not load file or assembly…
broke
  • 8,032
  • 16
  • 54
  • 83
2
votes
1 answer

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 I use another currency, the ACCRUED REVENUES are…
Hugo Emond
  • 21
  • 1
2
votes
0 answers

Using eConnect from Excel

I'm trying to get our database in Dynamics GP updated automatically using eConnect. I -could- just interact with SQL Server directly using ADO however I like the rollbacks and validation eConnect provides. I tried to reference the eConnect's dll…
2
votes
1 answer

eConnect configuration to integrate data to GP

We need to integrate data from our application to GP using eConnect. We have GP and eConnect installed in a server.Our application runs from another machine which has to send data to GP in our server using eConnect. Is that necessary to install…
Ramya
  • 121
  • 2
  • 7
  • 13
2
votes
1 answer

How do I Return an Invoice in Dyamics GP through eConnect or Web Services?

We have invoice documents in GP 10.0. Recently, the accounting department has decided that when the incorrect client has been billed, we will return the invoice and create a new one. (Previously, we would issue a credit memo to the wrong client…
Pete
  • 3,991
  • 3
  • 31
  • 30
1
vote
1 answer

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: ServerSystem.Web.Services.Protocols.SoapException: Server was unable to process request. --->…
Kevin
  • 13,153
  • 11
  • 60
  • 87
1
vote
0 answers

GP web services or econnect to process payment against newly created sales invoice after payment gateway returns success

I have been working on a light weight shopping cart type system for one of our applications. I have the cart creating a sales invoice in GP through web service CreateSalesInvoice. Then I have code to interface with our payment gateway sandbox and…
user3075760
  • 23
  • 1
  • 6
1
vote
1 answer

Terminating a function after a specified time

Im working on an EConnect integration Windows form app in C#. Im having a lot of trouble testing my connection string. Basically I give the user the option to change the connection string so I want to be able to test it. As far as I know EConnect…
Kristen
  • 443
  • 1
  • 12
  • 25
1
vote
2 answers

Deserializing complicated xml into objects - Problems creating the objects

Ok so I am working on deserializing an xml document into objects. Basically my xml document will look like this:
Kristen
  • 443
  • 1
  • 12
  • 25
1
2 3 4