Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
935 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 ...
1
vote
1answer
184 views

Dynamics GP Web Service — Returning list of sales order based on specific criteria

For a web application, I need to get a list or collection of all SalesOrders that meet the folowing criteria: Have a WarehouseKey.ID equal to "test", "lucmo" or "Inno" Have Lines that have a ...
1
vote
1answer
83 views

GP Webservices and Adding Notes to Invoice

We use webservices to integrate our Dynamics CRM 4.0 with GP 10.0. We do alot of integration using GP webservices like creating invoices, customers and vendors. However, we just faced a problem. We ...
1
vote
1answer
121 views

Communicating with Microsoft Dynamics GP Database and Project DataBase

I am coding in ASP.NET C#. I have Microsoft Dynamics GP hosted at a server and my database hosted at another server. I would like the GP database take value from some table there and synchronise it ...
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
28 views

Is there an eConnect for Microsoft Dynamics GP 8

I have a question regarding eConnet does GP8 already have this, if it does can I use Visual Basic 6 as a tool to integrate system to GP.
0
votes
1answer
74 views

Create a purchase order in Dynamics GP

My main question is what fields are required for creating a PO using the web services. I keep getting an exception, so I feel like im leaving some info out. Any ideas? Here is my code: Public Sub ...
0
votes
1answer
124 views

Microsoft Dynamics GP 10 WebServices using PHP

We are considering the use of Microsoft Dynamics GP 10 Web Services and will want to use PHP to create / update customers and sales... So the question is: Is this possible and if so does anyone know ...
0
votes
0answers
21 views

How can I find my CompanyKey.Id in Microsoft Dynamics GP

New to Microsoft Dynamics GP 2010. I am programming using the web services. Many of them require you to create a CompanyKey object and set its Id property. How can I figure out what my company Id is? ...
0
votes
2answers
179 views

Dynamics GP Web Services: Any way to get a list of companies that a GP user has access to?

Is there any way, through use of the GP web services that you can retrieve a list of companies that a specified GP user has access to?
0
votes
2answers
278 views

Are there any issues with connecting MS Access to a SQL Server database that I should be aware of?

I have an issue occurring in Microsoft Dynamics GP, and am doing research to see if this is the cause,but this could be a Access to SQL Server issue. GP stores data in SQL Server, and MS Access is ...
0
votes
1answer
293 views

SQL trace in Great Plains shows Invalid column name 'desSPRkmhBBCreh'

This error seems to just pop up now and again. It is not restricted to a single table and even happens on tables it just created. Anybody else see this weird behavior? [Edit w/solution] It turns ...