Software

Software - All The Information You Need On Software

Microsoft Great Plains Integration With Microsoft Access ? Overview For Developer


Software

 
Microsoft Business Solutions stakes on Microsoft Great Plains as main Accounting/ERP application for US market.  At the same time it seems to be staking on Navision in Europe and has Axapta as high end large corporation market competitor to Oracle, PeopleSoft, SAP, IBM.  This article is brief review of Microsoft Great Plains integration with Microsoft Access.  This is also applicable to Small Business Manager (which is based on the same technology ? Great Plains Dexterity dictionary - DYNAMICS.DIC and runtime DYNAMICS.EXE) and Great Plains Standard on MSDE  or MS SQL Server.

If you are developer who is asked: how do we implement  Great Plains integration/interface  with your MS Access-based  system ? read this and you will have the clues on where to look further.

  • Great Plains Integration Manager - this is rather end-user tool - it is very intuitive, it validates 100% of business logic, brings in/updates master records (accounts, employees, customers, vendors. etc.) brings in transactions into work tables.  The limitation of Integration Manager - it does use GP windows behind the scenes without showing them - so it is relatively slow - you can bring 100 records - but when you are talking about thousands - it is not a good option.  By the way you can program Integration Manager with VBA.  Microsoft Access is ODBC compliant and so you can do direct Integration Manager query to MS Access
  • eConnect ? it is type of Software Development Kit with samples in VB.Net.  Obviously the development environment should be Visual Studio.Net.  eConnect will allow you to integrate master records - such as new customers, vendors, employees, etc., plus you can bring transactions into so called Great Plains work tables (eConnect doesn't allow you to bring open or historical records - you need to post work records in Great Plains, the same limitation applies to Integration Manager above)  eConnect is rather for ongoing integration.  It was initially created for eCommerce application integration to Great Plains.
  • SQL Stored Procedures.  Obviously you have unlimited control and possibilities with SQL queries.  You need to know Great Plains tables structure and data flow.  Launch Great Plains and go to Tools->Resource Description->Tables.  Find the table in the proper series.  If you are looking for the customers ? it should be RM00101 ? customer master file.  If you need historical Sales Order Processing documents ? they are in SOP30200 ? Sales History Header file, etc.   Do not change existing tables - do not create new fields, etc.  Also you need to realize that each GP table has DEX_ROW_ID - identity column.  Sometimes it is good idea to use inbound/outbound XML in the parameters - then you can deploy web service as a middle party between two systems.
  • Data Transformation Services (DTS) ? Good tool for importing your third party data into staging tables in GP - then you can pull them in using either stored procs of Integration Manager.  You can also deploy this tool for EDI export/import.  You can have DTS working with Linked Server - SQL Server Construction for linking to Microsoft Access
  • Great Plains Dexterity Custom Screens.  Sometimes users prefer to have seamlessly integrated into GP interface custom screens - for parameters settings and initiating integration.  Dexterity is a good option, however remember - it is always better to create new custom screen versus customizing existing one - due to the future upgrade issues.  Also - Dexterity is in phasing our by Microsoft Business Solutions.
  • Modifier/VBA custom buttons on the existing screens -  alternative to Dexterity is you are comfortable with VBA and ADO.
  • SQL Linked Servers ? you can do direct SQL queries to other ODBC compliant platform via SQL Linked Server (including Microsoft Access) - you may need to familiarize yourself with OPENROWSET command in Transact SQL.  This is also good option if you need cross-platform Crystal Report - pulling data from SQL Server and third party databases on the same report.
  • Warning - do not place existing GP tables into Replication! - you will have upgrade issues.
  • Happy integrating!  if you want us to do the job - give us a call 1-866-528-0577! help@albaspectrum.com

    Andrew Karasev is Chief Technology Officer in Alba Spectrum Technologies ? USA nationwide Great Plains, Microsoft CRM customization company, based in Chicago, California, Texas, New York, Florida, Georgia, Minnesota, Oregon, Arizona, Canada, UK, Australia and having locations in multiple states and internationally (www.albaspectrum.com ), he is Dexterity, SQL, C#.Net, Crystal Reports and Microsoft CRM SDK developer.







    Computers Software   |   Computers Web Design   |   Computers Web Development   |   Computers Web Hosting



    | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 |











    Microsoft Business Solutions Products Selection: Erp, Crm, Retail Management
    Let's first look at your ERP system selection (without Retail Solution). Your options are:Microsoft Great Plains. If you remember successful mid-size application ? Great Plains Dynamics, pioneered on Mac and Windows graphical platforms in the mid 1990th. This is now...(related: Software)


    Examining The Substance Of Studio Mx
    To all web designers out there, this article is for you! I guess you already heard about Studio MX (I think so!) ? the ideal bundle for professional web designers, bringing together Dreamweaver MX for page design, Flash MX for animation and interactivity, and Fireworks MX for editing and optimizing graphics. With all these components, it certainly provides professional functionality for every aspect of web development.I must say that the integration between the individual products is generally very good. It begins with the interface which uses common elements such ...(related: Software)


    Microsoft Crm For Corporate Business ? Working Offline
    If your company has regional and worldwide operations, you might already realized that it is very hard to get decent internet connection in your remote locations. In this small article we will try to give you highlights on how to implement Microsoft Business Solutions CRM for worldwide operations with restricted internet connection.? Outlook Client. This was very bright idea from Microsoft side to have outlook client as a presentation for Microsoft CRM data. Outlook has such nice features as synchronization and then working offline. If you have outlook client for CRM ? you can download your customers, leads, contacts, and event properly programmed custom features, then work with them and finally synchronize them back to MS CRM database? MS CRM Integration. As the task itself it is not difficult or challenging ...(related: Software)


    Microsoft C# Vs. Vb.net
    Hi, Guys,I believe a lot of programmers are trying to speculate which Microsoft language is the language of the future .Net applications. We did some research here and we think that at this moment Microsoft doesn't have an answer or a direction - they just try to place both VB.net and C#.net into competition with each other and see who will be the winner over time.Example - Microsoft CRM SDK - Microsoft says - they will have examples in both languages: C# and VB - but for now C# seems to be the winner and if you are vb.net programmer - it is really hard for you to program Microsoft CRM SDK.The other example is more favorable for VB.net. If you plan to program M...(related: Software)


    The Software 2005 Conference - A Review
    The Software 2005 conference is now a wrap. This conference, presented by M.R. Rangaswami and The Sandhill Group, is now an annual event and attendance increased 35% this year over 2004. It is an ideal opportunity for those in the enterprise software industry to see what's new and what's coming, as well as to catch up with old colleagues and make new connections. It is also a perfect forum for startups to gain exposure as well as solicit funding and key partnerships.According to Sandhill, there were 1500 attendees this year, including 100 ...(related: Software)


    Microsoft Crm Custom Design & Development: Sdk, C#, Sql, Exchange, Integration, Crystal Reports

    Microsoft CRM is new player on the CRM software market.  The whole conception behind CRM seems to be different.  In case of traditional CRM software (Siebel, Oracle) - the application was designed with platform independence in mind.  Microsoft CRM is dedicated to Microsoft technology and so deploys all the Microsoft tools: Win...(related: Software)



    Google




    Linux Vs. Windows
    This article will not attempt to advocate the use of Linux over Windows or vice versa. I will try to present the differences and similarities between Linux and Windows in a fair manner.Overview:Both Linux and Windows ...(related: Software)

    Microsoft Great Plains: Getting New Users Licenses ? Annual Service Plan Faq
    Microsoft Business Solutions Great Plains, Solomon, Navision, Axapta, Microsoft CRM require existing customer to be ...(related: Software)

    Unwanted Files
    A LOT OF UNWANTED FILES.When you uninstall an item of software, there are generally a number of redundant files left behind to clutter up your hard drive.Over the course of a year or two they can be using valuable hard drive space that would be better reserved for more important things.These files are backups that are generated when software is installed, the reason is not important. All that we need to know is that when the software is un-installed they are no longer required.To remove them and free up drive space is a simple procedure.If you are using Windows 98 - ME - or 2000.Click on Start>Search>For file...(related: Software)

    site-map - Copyright © 2008 | Contact Webmaster | All Rights Reserved. | Software