Questions tagged [dynamics-gp]

Microsoft Dynamics GP is one of several ERP (Enterprise Resource Planning, or accounting software) solutions offered by Microsoft under their Dynamics brand.

Microsoft Dynamics GP is one of several ERP (Enterprise Resource Planning, or accounting software) solutions offered by Microsoft under their Dynamics brand. The application was originally developed by Great Plains Software, of Fargo, ND, which was acquired by Microsoft in late 2000 / early 2001. The application is typically self-hosted, with the primary means of end-user interaction being a native Windows application which communicates via ODBC with a single instance of Microsoft SQL Server. Most of the business logic is embedded in the client application, and there is no "middle tier", or dedicated application server between the client(s) and the database. Extensions to the application (such as Microsoft Business Portal for Dynamics GP) extend the interaction surface to Microsoft SharePoint, SQL Server Reporting Services, and Microsoft Excel.

The application is a popular solution for what Microsoft refers to as "SMB" (Small and Medium Business) clients, and is positioned above applications such as QuickBooks, and below the ERP suites sold by (e.g.) Oracle and SAP. There is a rich ecosystem of applications and tools, both from Microsoft and ISVs (Independent Software Vendors) that extend the base offering.

Most development work related to GP involves customization of the application for specific clients/industries, reporting, business intelligence, and integration.

This tag should be used for:

  • any questions relating to the development of applications, integrations, and reporting solutions for Dynamics GP
  • questions about applications which directly extend Dynamics GP, such as eConnect, or Dynamics GP web services
  • questions about the underlying technology stack (such as Microsoft SQL Server, or SharePoint) as it specifically relates to Dynamics GP

More information about Microsoft Dynamics GP:

141 questions
0
votes
0 answers

Microsoft Dynamics GP 2013 Development Environment

Can I create development environment for Dynamics GP 2013 with web client installed in a single machine?
Almas Mahfooz
  • 896
  • 1
  • 10
  • 19
0
votes
2 answers

MS Dynamics GP and cost accounting

Is cost accounting native to GP?
Klaptrap
  • 311
  • 3
  • 19
0
votes
2 answers

Display Great Plains invoice report from website

We're trying to display invoice reports from great plains through our website. We're looking to have gp store the invoice report pdf once they are created and emailed. We are using gp 2010 and are currently using the built in feature that allows us…
mgmedick
  • 686
  • 7
  • 23
0
votes
1 answer

Integrate data from a Java EE application to Microsoft Dynamics GP

I am working on a project to integrate accounting data like receipts, invoices, etc from a Java EE system into Microsoft Dynamics GP 2010. The database is MySQL. Please share your thoughts on which which approach works best. I have searched around…
Son
  • 11
  • 2
  • 4
0
votes
1 answer

Using the GP Web Services, is it possible to do Intercompany Distributions for Payables Transactions?

invoice.IsIntercompanyTransaction = true; invoice.HasIntercompanyDistributions = true; var dist = new PayablesDistribution(); dist.CompanyKey = new CompanyKey { Id = 2 }; // different company Consider the code above. All three of the properties…
Chad Braun-Duin
  • 2,188
  • 2
  • 19
  • 26
0
votes
1 answer

GP Web Service dll

I have a project in VS2010 that includes a Service Reference to a GP Web Services. I can access all classes and methods for GP Web services and I have a Class Library project around it to use it. Everything works fine but when I generate a new dll…
Rafael
  • 1,099
  • 5
  • 23
  • 47
0
votes
1 answer

Setting Role in GP Web Services yields unhandled exception

Ultimate goal: To create a receivables document in Dynamics GP using web services having the option to provide distributions or not from a C# application. What I am attempting: Retrieve a policy for a specific role where the account distributions…
CodenameCain
  • 573
  • 1
  • 9
  • 22
0
votes
1 answer

Could not load file or assembly Microsoft.Dynamics.GP.eConnect.Serialization

Under the references for the class library I changed the removed the old version of dll and added the new dll. When ever my business logic library tries to create an object to this library it gives me the following error: eConnect = new…
Pinu
  • 7,310
  • 16
  • 53
  • 77
0
votes
1 answer

Microsoft Dynamics eConnect-- allowed to have a negative markdown?

We're using Dynamics GP 2010 and interfacing with it from C#. We would like to have a negative markdown amount (MRKDNAMT in Dynamics parlance) but we're getting a strange error about the number of invoices being incorrect when we send over…
larryq
  • 15,713
  • 38
  • 121
  • 190
0
votes
1 answer

Using LibreOffice instead of MS Office in Dynamics GP

Is it possible to customize Dynamics GP (using whichever customization Utility), so that it uses LibreOffice instead of the default MS OFFICE?
JF0001
  • 819
  • 7
  • 30
0
votes
2 answers

DynamicsGP 2010 eConnect Web Services GetList overwrites CustomerKey

I'm trying to return a list of Customers from GP using Web Services, however I'm running into a problem when executing the query. I can confirm that the main connection to the Dynamics database is working as I can run a query to retrieve the list of…
Nolan St. Martin
  • 407
  • 1
  • 3
  • 16
0
votes
1 answer

Debtors' email in Dynamics GP 2010 database.

Following this link I have found GP table "SY01200" with fields matching those I need ("EmailToAddress", "Master_ID"). Sadly, there are no email addresses for debtors. Could you tell me what I am doing wrong, please? Is information about "SY01200"…
vt100
  • 923
  • 1
  • 11
  • 21
0
votes
1 answer

how Calculate Margin in GP

I want to Calculate profit margin from Dynamics GP Database. Which fields or table been used. and How Can I do that. If any one have an idea please share with me.
riaz.usmani
  • 271
  • 1
  • 4
  • 13
0
votes
2 answers

Need help in installing Microsoft GP 2010 on Windows Server 2012 VM

EDIT: The below installation activity has been tried out in elevated mode (Run as Administrator). When I am trying to install Microsoft GP 2010 on Windows Server 2012 VM, I am getting the following error Component Dexterity Shared Components 11.0…
0
votes
1 answer

When we Shipped Quote into Dynamics GP From Dynamics CRM Which field changed

I want to get quotes that are shipped from Dynamics CRM to Dynamics GP. But I have only database access to get quotes. How can I get these quotes. If anyone have an idea please share with me.
riaz.usmani
  • 271
  • 1
  • 4
  • 13