Reporting in Microsoft Dynamics GP

Slides:



Advertisements
Similar presentations
Little Used, but Powerful Features with GP Cathy Fregelette, CPA, PMP Practice Manager BroadPoint Technologies September 20, 2012.
Advertisements

ForFUND Accounting New Features in st Screen Mirasoft, Inc. The Fund Accounting Software Company.
GP2013 (R2) New features in GP2013 (R2). New Ribbon for windows Edit List is the Print button on the right without the paper background Action pane can.
Microsoft Dynamics GP 2013 R2 Identity Management SmartList Designer 2.0 Take Company Offline Azure Backup Ribbons on desktop client SQL Server.
SQL and Support Debugging Tool Paul Johnson and Graham O’Bray.
New Tools to Increase Sales And to Enhance The User Experience.
2009 Year End Close Webinar by: Kris Sundberg Please questions to Presentation will be posted on our blog at
Introducing Microsoft Great Plains Small Business Information Systems Professor Barry Floyd.
Year-End Close Procedures
GPPC Connections 2011 | November 6-8 | Las Vegas, NV Support Debugging Tool for Partners Mark Polino, CPA, I.B.I.S., Inc. Principal Consultant, Microsoft.
Save Money by Supporting Yourself Presented By: Cale Tanguay CPA CGA.
Huddle Up for GP Tips and Tricks Presented By: Tracey Wright.
Implementing Multicurrency in an Existing Dynamics GP Environment Rod O’Connor 20-NOV-2014.
Authored by Bob McAdam, Authored by Bob McAdam, GPUG All Star, Tribridge Regional Chapters.
SoCal GPUG Meeting – February Agenda Installation and Configuration Standard Features Standard vs. eConnect Adapters Alternatives Resources Integration.
@GPUG WHAT’S NEW IN DYNAMICS GP 2016 ? Presented by Beat Bucher, Dynamics GP MVP 1 Tweet During today’s #GPUG, #GPUG.
Amy Walsh Senior Consultant November 11, 2014 Year End Close.
BI Reporting Tools Kalyn Kelly June 10, BI – Business Intelligence  A set of theories, methodologies, architectures, and technologies that transform.
What you need to build your own SQL Queries Data Connection Server Name Database Name Table and Field Names SQL or Windows (AD) Account Query Tool.
Authored by Bob McAdam Authored by Bob McAdam GPUG All Star; Dynamic Communities Regional Chapters.
explore engage elevate Dynamics GP 2014 Year-End Procedures Presented by: Jeff Smith.
Dynamics-GP Year End Closing David Johnson Senior Consultant Presentation Based on GPUG 2013 Summit Slide Deck prepared by Bob McAdam Vice President of.
50 Tips in 50 Minutes: The Builders Wally Dodds Dorado Solutions, Inc.
What’s New – 10 interesting tidbits A few highlights of the recently released GP 2016 (and some from GP 2015 R2) Presented by Barbara Gavron, Jacksonville.
Sandy Wickman Senior GP Implementation Consultant, InterDyn BMI Making it work with Workflows in Dynamics GP.
GP Double JEOPARDY! Click Once to Begin
Dynamics GP – You Own It … Why Not Use It? Financial November 8, 2016
Planning your dynamics gp year end for 2016
Stop the madness - How to balance to the GL
Presented by Zara Beckstein Dynamics GP Consultant
What’s New GP2016 and GP2016 R2 Presented by Paul Layton Tribridge
What’s New GP2016 and GP2016 R2 Presented by Paul Layton Tribridge
How to Setup and Utilize Functionality
Dynamics GP SmartList and SmartList Designer
MDS Enhancements 2016.
Jeff Smith, Solution Architect
Dynamics GP – You Own It … Why Not Use It? Reporting December 13, 2016
GPUG All Star; Dynamic Communities
Reporting.
Dynamics GP 2017 Year-End Closing Procedures
What’s New in Microsoft Dynamics GP 2018
2017 Year End Best Practices
Microsoft Implements Your Vision
Month & Year-End Closing At Its Best
Implementation Specialists Presents
(Global / All Markets View)
Finding Data in Dynamics GP A Guide for Data Enthusiasts
Microsoft Dynamics GP SmartList Builder: Going all the Way
Presented by Zara Beckstein Dynamics GP Consultant
Great Plains Rapid Deployment
Dynamics GP Overview. Dynamics GP Overview.
Standard Year-End Closing Procedures
Great Plains User Interface Training
Year End Essentials Presented by: Carol Kossoris, CPA, MBA
Presented by Zara Beckstein Dynamics GP Consultant
Summit Nashville /3/2019 1:48 AM
Colin Pich & Cale Tanguay
System and Company GL and Financial AR/SOP AP/POP Grab Bag Reporting
SOARING THROUGH Your Year-end close
General Ledger Master Records
Troubleshooting GP and MoversSuite
Extend Excel with Smartlist Designer
DIY GP Maintenance Paul Johnson.
Distribution Deep Dive
Financials in Microsoft Dynamics SL 2015.
Finding Your GP Data Ian Richardson BA CPA CGA Colin Pich CPA CGA.
GP2018 R2 – What’s New Microsoft Dynamics GP Presented by: Sally Diehl
Professional Services Tools Library (PSTL)
Intercompany and Interfund Processing in Dynamics GP
Use what you own and best practices
Presentation transcript:

Reporting in Microsoft Dynamics GP How do I find the right $#%^@ tables to use with SQL Server Reporting Services or Crystal Reports? Demo’s open: Dynamics GP with Table Import DynamicAccounting.net Excel Sheet DDB ERD from SDK SQL Management Studio (Smartlist Builder Views & Search whole DB) IG.pdf (c:\program files\Microsoft Dexterity\Manuals) Page 313 SQL Saturday Jacksonville - May 3, 2008 Mark Polino, CPA Microsoft MVP - Dynamics GP Senior Consultant, I.B.I.S., Inc.

Butt Ugly Table Names in GP Other Systems Chart of Accounts Chart, COA, Accounts Inventory Inventory, Inv, Inven Microsoft Dynamics GP GL00100, GL00105 IV00101, IV00102

History Great Plains -> Microsoft Dynamics GP GP table names go all the way back to Btrieve Tables names are part of the legacy

Logic Dynamics DB holds system wide settings Company DB holds company specific settings and transactions Table names have an Alpha prefix and numeric ID (usually 5 digits) Alpha prefix identifies the module (Example: PM=Payables Management) There is logic to the numeric ID

Common Table Prefixes GL – General Ledger PM – Payables Management RM – Receivables Management POP – Purchase Order Processing SOP – Sales Order Processing IV – Inventory CM – Cash Management (Banking) PA – Project Accounting

Table Number Logic ‘00000’ - Master tables contain all the permanent data about your business. Accounts, vendors, customers, items, and so on. ‘10000’ - Work tables contain unposted batches of transactions entered using windows that can be opened using the Transactions button on the toolbar. Temporary transactions that can be changed or deleted until they are posted to an open table. ‘20000’ - Open tables contain posted transactions for the current year, of which some may be unpaid. Information in open tables is moved to history tables when the transactions are paid. ‘30000’ - History tables contain paid transactions, or transactions from a previous year. ‘40000’ and up - Setup tables contain all the default settings and module options you’ve specified in the setup windows for each series.

Tip Dex_Row_ID is a unique identifier within a table It DOES NOT cross table boundaries and is of little or no use for reporting. It CANNOT be used to link tables

Tools Different tools for figuring out the tables and fields that you need There is no single magic tool Start with comprehensive but slow tools and move to faster tools with experience GP is NOT highly normalized. The application is balanced between entry and reporting. This can make reporting easier.

Lookup Tools

Table Descriptions inside GP Dynamics GP->Tools->Resources Descriptions -> Tables Table Descriptions, Fields, Windows Available Comprehensive but clunky and slow Requires a GP login Demo Demo’s open: Dynamics GP with Table Import DynamicAccounting.net Excel Sheet DDB ERD from SDK SQL Management Studio (Smartlist Builder Views)

Excel Based Guide Free Download Same Data as GP Table Descriptions DynamicAccounting.net Same Data as GP Table Descriptions Faster Access Not as comprehensive as GP Descriptions for fields and windows. Demo

Table Import Instructions Open Window Select Tools->Integrate->Table Import Window opens with all the tables tied to that entry window with friendly names. Use Excel guide or Table Descriptions to get SQL Names. Demo

Dynamic Data Browser Free Download DynamicAccounting.net Similar to SQL but with English field names, table keys and toggle to SQL field names Requires a GP login Demo

Entity Relationship Diagrams (ERD) Part of the Software Development Kit (SDK) on CD 2, requires an install. Can use the 120 day trial if CD 2 not available Free Good Luck with the ERD’s, GP is a beast of an app with an ERD to match Demo

Info Flow & Posting Book Covers Transaction Flow Shows Tables Updated by a Transaction Type Written by another Dynamics GP MVP Not Free. Not all that cheap. Very Good. So good, we’re giving one away. http://www.accoladepublications.com/?a_aid=661e6862

Smartlist Builder Views Need to Install Smartlist Builder (even if not registered) Smartlist Builder allows creation of new Ad Hoc reporting templates (Smartlists) Install creates SQL Views suitable for reporting Smartlist diagrams are in Dexterity Integration Guide (c:\program files\microsoft dexterity\manuals\ig.pdf) Pg 272 Demo

Other Tools

Tracing Tools Dex SQL Log SQL Profiler SnapShot GP based tracing of SQL Calls http://msdynamicsgp.blogspot.com/2007/09/weekly-dynamic-dexini-settings.html SQL Profiler SnapShot Free, Complicated WinthropDC www.winthropDC.com

Desperation Tools SQL Script to search for Column name across tables http://dynamicsgpblogster.blogspot.com/2008/03/in-past-days-i-have-found-lot-of-people.html SQL Script/Stored Proc to search for a piece of data across http://vyaskn.tripod.com/search_all_columns_in_all_tables.htm

Other Tools Modifier Pre-built SSRS files Modify a form to see tables and fields Pre-built SSRS files Use these as building blocks Pre-built connected Excel files Use the connections built in here as building blocks Report Writer Temp tables can cause problems

Resources DynamicAccounting.net (Mark Polino) Dynamics GP Newsgroup www.dynamicaccounting.net Dynamics GP Newsgroup Newsgroup / Table Structure Thread VS Tools Forum/4Penny.net (Steve Gray) http://forum.4penny.net/blogs/ About Dynamics, Development & Life (Jivtesh Singh) http://www.jivtesh.com/ CustomerSource https://www.microsoft.com/dynamics/customersource.mspx Accolade Publications (Richard Whaley) http://www.accoladepublications.com/?a_aid=661e6862 Call a professional like I.B.I.S. http://www.ibisinc.com