Tagged Questions

4
votes
2answers
939 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
185 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 ...
0
votes
1answer
126 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? ...