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

SQL Server Connection using GPConnNet.dll

I am attempting to make a connection to a Dynamics GP SQL Server Database using the currently logged in credentials from GP. (for context…
dustinchilson
  • 136
  • 2
  • 9
0
votes
1 answer

Delete Button Trigger not work - dexterity Dynamics GP

I am looking on Microsoft Dynamics Customization and create trigger on Purchase Transaction Entry Form. When i click on delete trigger wont execute because GP ask message "Are you sure you want to delete this record" Here is cde snippets local…
0
votes
2 answers

whic Table contain currency decimal name in Microsoft Dynamic GP

Which table currency decimal values contain.Please provide Microsoft dynamic gp table name. By using this way we can set the Decimal values in GP Tools->setup->Financial->Multicurrency.
Shilpa
  • 103
  • 1
  • 3
  • 13
-1
votes
1 answer

Want to learn MS Dynamics(Confused between ERP and CRM)

I am confused about MS Dynamics.I am having 7 years of experience in MS technology (asp.net, C#, vb.net, Sql 2005/2008, WCF, SharePoint 3.0) and Crystal report 10.0. I want to learn MS Dynamics but unable to know which to choose interms of better…
-1
votes
1 answer

Customization of Dynamics GP

I'm trying to customize the Dynamics GP using the Visual Studio. I got the VS Tools SDK installed on my system, But i'm unable to find the dynamics gp icon in the project templates. How should integrate the VS Tools SDK with the VS 2010. Thanks in…
-2
votes
1 answer

Change SQL Script to show every item

I have an sql script where I am trying to show customer prices for items (I modified one from Victoria Yudin): SELECT RTRIM(LTRIM(IV.ITEMNMBR)) AS ItemNumber ,RTRIM(LTRIM(IM.ITEMDESC)) AS ItemDescription ,CASE IM.PRICMTHD WHEN 1…
Randy
  • 1,137
  • 16
  • 49
1 2 3
9
10