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
0
votes
1 answer

Get next BACHNUMB for econnect taPopRcptHdrInsert

How do I get the next BACHNUMB for the Dynamics GP eConnect proc taPopRcptHdrInsert?
Adam
  • 497
  • 2
  • 9
  • 29
0
votes
0 answers

trying to use econnect in crm as a plugin but could not load assembly

So we have recently decided to go with econnect to communicate from crm to gp and we are trying to implement econnect in crm as a plugin. the issue is when calling that plugin it fails and i get the error im not really sure how to get crm to see…
Tay
  • 53
  • 1
  • 7
0
votes
1 answer

GP 10 econnect , What is the use (or possible values) of the second parameter of the GetNextSOPNumber method

I'm using eConnect 10 to insert a document in GP 10, The document can be one of several types, the problem I have is that I do not know the meaning (and what value to pass) of the second parameter of the method, called docIdKey, In the MS…
ignacio
  • 245
  • 2
  • 12
0
votes
1 answer

Dynamic GP eConnect - Creating a new PMClassMaster

I am finding my self looking in front of a wall right now. I've started working with eConnect to communicate with Dynamic GP in order to access information. I've come accross a questions that I have yet to see answered and I'm tired of searching all…
Filipe Picoito
  • 673
  • 6
  • 23
0
votes
1 answer

Microsoft Dynamics GP 10.0: Where is the "business object"/stored procedure documentation?

I've been looking at, among other things, the "eConnect Programmer's Guide Release 10.0" for Microsoft Dynamics GP. There are stored procedures (termed "Business Objects") referred to in this document that I can call to get/modify data in the…
0
votes
2 answers

Approve Purchase Orders in eConnect?

I am looking for the capability to approve a Purchase Order in Dynamics GP using eConnect. I do not see this capability when reviewing the eConnect Programmer's Guide, but I would like someone with more experience to verify that I am not missing it,…
CodenameCain
  • 573
  • 1
  • 9
  • 22
0
votes
1 answer

Get XML Element by name

I have what seems to be a complicated xml file generated by eConnect's outgoing service, then saved in MSMQ. The objective is to get a few specified fields/elements within this XML. For example, i've tried: XmlNode node =…
devHead
  • 794
  • 1
  • 15
  • 38
0
votes
3 answers

Get list of line items from XML

I have an eConnect outgoing document pulled from MSMQ, i need to loop through the line items. I've tried: XmlNodeList nodes = root.SelectNodes("/Sales_History_Transaction/eConnect/SO_Hist_Trans/Line"); (and several other attempts) with no…
devHead
  • 794
  • 1
  • 15
  • 38
0
votes
1 answer

How to get Document number in sales transaction window in Microsoft Dynamic GP 2010

This Question is duplicate. May be i have n't clearly wrote the question before.. See below Question.. Let me know is it possible to get Document number and Invoice number which is selected from Sales Transaction Window in Microsoft Dynamic GP…
Sanitya
  • 1
  • 2
0
votes
1 answer

Microsoft Dynamic GP extension assembly

I have created a Dynamic GP extension method to spec following the MSDN guidelines Dynamics GP Extension Assembly Here is the code for my custom extension assembly: namespace MyGPService { public static class GPExtensions { public static…
devHead
  • 794
  • 1
  • 15
  • 38
0
votes
1 answer

eConnect XML file detail for GLTransaction using arrays in Dynamics GP

I am looking to enter a single gltransaction in Dynamics GP using econnect. My code below does generate an XML file. However, it places three identical GL line items for $25 dollars each in the XML file leaving an unbalanced entry. What I would…
MSS
  • 91
  • 8
0
votes
1 answer

eConnect 10.0 SLPRSNID & SALSTERR not importing in new line items

The following code helps to import a sales line to an invoice: Dim LineItems(dtItem.Rows.Count) As taSopLineIvcInsert_ItemsTaSopLineIvcInsert Dim salesLine As New taSopLineIvcInsert_ItemsTaSopLineIvcInsert 'Create Invoice…
Kenmeister
  • 504
  • 2
  • 9
  • 9
0
votes
1 answer

How can I get a list of Credit Cards from Dynamics GP?

Is there a way to get a list of existing credit cards in GP using eConnect? Current implementation uses the .NET serialization approach mentioned in the eConnect documentation, though I haven't been able to find any information about how to get a…
Maixy
  • 1,151
  • 2
  • 12
  • 27
0
votes
1 answer

Creating SOP invoices in Great Plains: eConnect or Web Service API?

We are using Integration Manager to create a batch of monthly invoices. I want to build a replacement that creates a batch in GP and imports the invoices into the batch. After review, the batch will be posted to GP. Is this doable with either of…
Kenmeister
  • 504
  • 2
  • 9
  • 9
0
votes
1 answer

SQL Server Connection using GPConnNet.dll for non sa user In microsoft dynamic gp

I saw this link non sa user sql connection string. This is giving datasource name and userid and passworkd and database name. But I have doubt about datasource name :Dynamic GP 2010. I am bit confused using this connection string: string connection…
Neeru
  • 71
  • 1
  • 1
  • 5