Finding Data in Dynamics GP A Guide for Data Enthusiasts

Slides:



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

GPUG ® Summit 2011 November 8-11 Caesars Palace – Las Vegas, NV Where do the Experts Turn for Answers? Presenter: Mariano Gomez MIS, MCITP, PMP, MVP.
Field Level Security. Experience Kurt Quiggle: GP Solution Architect/Project Manager Microsoft Certified Trainer Worked with the Microsoft Dynamics.
GPUG ® Summit 2011 November 8-11 Caesars Palace – Las Vegas, NV Microsoft Dynamics GP Development Tools Ask The Experts: Presenter: Mariano Gomez MIS,
#GPUGSummit | #INreno15 #GPUGSummit CALLING ALL GEEKS! FIND OUT HOW APPS WORK WITH MICROSOFT DYNAMICS GP David Musgrave MVP Managing Director, Winthrop.
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.
GP 2014 Client Event Welcome. Agenda Check In and Breakfast Welcome Comments Microsoft Dynamics GP R2 Overview Break Management Reporter Tips and Tricks.
GPUG ® Summit 2011 November 8-11 Caesars Palace – Las Vegas, NV Deployment, Administration and Performance Jeff Soelberg Fastpath Sarah PurdyMicrosoft.
#GPUGSummit | #INreno15 #GPUGSummit WHY IS THE SUPPORT DEBUGGING TOOL / GP POWER TOOLS SO AMAZING David Musgrave MVP Managing Director, Winthrop Development.
#GPUGSummit | #INreno15 #GPUGSummit DEVELOPING SERVICE APPLICATIONS WITH DEXTERITY A NO NONSENSE STEP-BY-STEP GUIDE David Musgrave MVP Managing Director,
2010 Dynamics GP Client Conference Tailoring Dynamics GP with Extender and Report Builder Tools.
Dime.Scheduler Hold on…the broadcast will start in a minute. Resource Planning with.
#GPUGSummit | #INreno15 #GPUGSummit USING GP POWER TOOLS TO WRITE CUSTOM WEB SERVICES FOR MICROSOFT DYNAMICS GP David Musgrave MVP Managing Director, Winthrop.
Implementing Multicurrency in an Existing Dynamics GP Environment Rod O’Connor 20-NOV-2014.
SoCal GPUG User Group Meeting – August Dynamics.set Known as the launch file Located in C:\Program Files\Microsoft Dynamics\GPyyyy Defines all components.
Hosted by Experience Microsoft Dynamics Liaison for the last 3 years Dynamics GP Partner for 23 years Speaker at prior Convergences and Summits Microsoft.
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.
#GPUGsummit NTG02: 50 Resources in 50 Minutes. #GPUGsummit Béat Bucher, Business Analyst Forensic Technology, Montreal, Quebec Experience - Over 10 years.
Welcome (we’ll begin momentarily) Partner Showcase: Keep it Simple - Advanced EDI Integration for GP by Data Masons Presented by: Glenn McPeak, Data Masons.
SSi Consulting, Inc. Dynamics GP Refreshable Excel Spreadsheets/Dashboards Presentation by Lisa Armstrong, Senior GP Consultant.
Exploreengage elevate explore engage elevate Presented By: Laura Murphy, Turnkey Technologies.
50 Tips in 50 Minutes: The Builders Wally Dodds Dorado Solutions, Inc.
Microsoft Dynamics GP User Group (GPUG ® ) Colorado Regional Chapter Meeting Colorado Regional Chapter Meeting May 21, 2013 Regional Chapters.
#GPUGSummit | #INreno15 #GPUGSummit DATA TO YOUR PEOPLE: USING SSRS WITH DYNAMICS GP Adam Jacobson, Red Three Consulting.
Sandy Wickman Senior GP Implementation Consultant, InterDyn BMI Making it work with Workflows in Dynamics GP.
NTG02: 50 Resources in 50 Minutes
Reporting in Microsoft Dynamics GP
Lunch and Learn: Customer Solutions Shootout
Planning your dynamics gp year end for 2016
Introduction To DBMS.
Stop the madness - How to balance to the GL
Presented by Sheri Carney – The Resource Group
Dynamics GP SmartList and SmartList Designer
Dime.Scheduler Resource Planning with Hold on…the broadcast will
Intro to BI Architecture| Warren Sifre
PSTL Toolset A Dynamics GP Admin's Dream
Strategic Initiatives for Implementing Competitive Advantage
STEVE ENDOW, MCP, MCT, MVP Christina Phillips, mcp, mct, mvp
Reporting.
Naomi Olson Account Manager.
Workflows in Dynamics GP
HTML5 Web Client What Works (and What DOESN’T) Chris Dobkins, Njevity
Dynamics GP 2017 Year-End Closing Procedures
Multicurrency Processing in Dynamics GP
BUILDER MONDAY Nicole Albertson Product Specialist.
Microsoft Dynamics GP SmartList Builder: Going all the Way
Computerized and Manual Systems
The Benefits of using SmartList Builder
eOne Presents Know your Smart reporting tool:
Altai Otgonyin, Mark Williams
The Jet Reports Suite of Solutions
Lunch and Learn: Customer Solutions Shootout
James Blankenship March , 2018
Dynamics GP Overview. Dynamics GP Overview.
Cloud Data Replication with SQL Data Sync
GP System Administrator Tips
LEAP 360: Accessing EAGLE 2.0.
Smartlist designer versus SMARTLIST BUILDER
Summit Nashville /3/2019 1:48 AM
Designing your local technology stack
Navigating Your GP Data
CHIPS® Fund Based Payroll Designed for Microsoft Windows
Reporting Services 2016… … A reborn product
Summit Nashville /26/2019 4:32 AM
2015 State Convention Focus Tables.
Assignment 3 Querying and Maintaining a Database
Nicole Albertson Product Manager.
Smartlist Builder Tips and Tricks
Navigation to Smart List Builder
David Gilmore & Richard Blevins Senior Consultants April 17th, 2012
Presentation transcript:

Finding Data in Dynamics GP A Guide for Data Enthusiasts Rod O’Connor, MVP Business Solutions Briware Solutions Inc. #CollaborateCanada

What department do you work in? IT Finance None of the above All of the above

What are you hoping to do? Build reports Integrate Troubleshoot Issues Watch Rod teach a class, doesn’t matter what it’s about

Agenda Introductions Understanding Table Naming Conventions Useful Dynamics GP Tools for finding data Some useful ISV Tools for finding data Some websites Rod uses The “SmartList Views”    

Introduction Rod O’Connor Briware solutions Inc. Experience: Started career in accounting, then programming First implementation in 1996 ERP Consultant since 2000 (Mostly) Started Briware Solutions in 2012 as a side project Specialties: Translating geek (with particular focus on finance and IT), streamlining business processes with clever applications of technology and psychology.

Things it helps to know about Dictionary GP Functionality is delivered through Dictionaries The Dictionary is where tables are defined Not all “core” functionality is in the Dynamics dictionary Series A way of grouping objects within the dictionary. Generally align with the series buttons in the GP navigation pane Most ISV solutions – especially older ones – put all tables in the Project series

Things it helps to know about The tables’ many names Technical name: Used by Dexterity only Display name: Human readable name…mostly Physical Name: Name you see in SQL

Physical Naming Conventions Most GP table names are in the format LL##### LL (sometimes LLL) generally represents the product/module (e.g. RM = Receivables management, BSI = Briware Solutions Inc.) The ##### tends to follow some logic: 00### = “Cards” 1#### = “Unposted/Work” Data 2#### = “Posted/Open” Data 3#### = “History” Data 4#### = “Setups” 5#### = “Temp” Tables Not even a little bit true in Canadian Payroll!

Dynamics GP Data Finding Tools Resource Descriptions You all own it, regardless of GP Version “Table Import”

Tracking events as they happen DEXSQL Log SQL Server Trace

ISV Tools for Finding Data Table Finder (eOne Solutions) Ships with Smartlist Builder (Not Smartlist Designer!) Available for GP2010+, but you might need to update. GP Power Tools (Winthrop Distributed by Mekorma) Formerly Support Debugging Tool Good example here: https://victoriayudin.com/2010/07/23/new-resource-to-find- dynamics-gp-table-and-field-information/

Websites you should know about Victoria Yudin: http://victoriayudin.com/gp-tables/ Leslie Vail: http://dynamicsconfessions.blogspot.ca/2010/07/dynamics- gp-table-names.html GPWindow.com (Built by Jivtesh Singh) Basically, the MVP’s love to blog. There is good stuff out there from Mark Polino, Mariano Gomez, Belinda Allen, and Steve Endow as well.

Questions? Rod O’Connor rod@briwaresolutions.com 844-BRIWARE, ext 110 289-259-2279 (cell) @Briware_Rod www.briwaresolutions.com