Last week, I started a weekly segment on Management Reporter tips for Microsoft Dynamics ERP. The tip last Wednesday was on Change Base Row (CBR), so be sure to read it if you missed it the first time. Today’s tip will be on using PERIOD in the Column Formula.PERIOD is part of the formula that is found in the column definition. Using this as part of the formula will calculate an average rather than a sum.Column Definition: Formula = “B:MPERIODS”This report was run for period 4. The last column sums the displayed columns and divides by the base period.Result:This tip and more are covered in our Management Reporter training class held each month. If you are interested in more training, please contact us or visit our calendar to … [Read more...] about Management Reporter Tips and Tricks – 2. Using PERIOD in the Column Formula
Dynamic Data Source in Microsoft SQL Server Reporting Services for Dynamics GP
Microsoft SQL Server Reporting Services (SSRS) is a great tool for writing custom reports for Microsoft Dynamics GP users. One issue that caused a little frustration was having to create multiple reports to accommodate different databases in GP. When a customer would request a change to a report, I would have to modify the report and then redeploy the report three or four times. Finally, I decided, “Why not make the data source dynamic?”After a little searching on the web, I found a way to base the data source connection on a parameter. My first step was to create a parameter to allow the user to select the company they would like to run the report against. This is easy enough to accomplish by creating a dataset based on the following … [Read more...] about Dynamic Data Source in Microsoft SQL Server Reporting Services for Dynamics GP
The Account Structure in Dynamics SL – An Essential Building Block
A well designed management accounting system will communicate the significance of financial goals within the organization. The financial information provides a basis for assessing performance against targets and is often an important input to management decisions. The quality of this information depends on the policies and procedures used in its production, but also on a well-designed and maintained accounting structure. A badly designed structure, on the other hand, can often lead to inefficient and difficult processes, and potentially to poor financial information.So how does one go about designing the essential building blocks for financial information? While there is no standard answer, there are several things to consider when … [Read more...] about The Account Structure in Dynamics SL – An Essential Building Block
Management Reporter Tips and Tricks #1
Each week, I will be sharing a Management Reporter tip for Microsoft Dynamics ERP. If you are not familiar with Management Reporter, it is a real-time financial reporting application designed to empower information workers to quickly and easily create, generate, secure, and publish financial statements, such as Profit and Loss (P&L) statements, balance sheets, and cash flow reports. This first post is a calculations tip on Change Base Row. Change Base Row in Management Reporter Change Base Row (CBR) is a format code found in the row definition that allows the report to calculate a percentage of net sales or another row. Seeing a percentage of sales can be valuable if you want to compare your financials to another company or division to … [Read more...] about Management Reporter Tips and Tricks #1
Navigation Pane and Navigation Lists in Dynamics GP – What You’re Missing
There are multiple ways to navigate your way through Microsoft Dynamics GP. Using the Navigation Pane is one way. However, this underutilized Dynamics GP feature can do much more!The Navigation Pane is on the left side of your Dynamics GP screen.It can be customized to show the modules used by user.Once configured, these Navigation Pane options can be used to quickly move around from window to window without having to use the drop-down menus. Any window in your preferred module is just a click away.This is all very handy. However, most customers are missing out on the true power of these Navigation Lists. After clicking on the Module, notice the upper left of Dynamics GP. The Shortcuts have now changed to Lists.Click on any … [Read more...] about Navigation Pane and Navigation Lists in Dynamics GP – What You’re Missing
Possible Values Lookup Feature in Dynamics SL 2015
For the past month, the Microsoft Dynamics SL team here at Boyer & Associates has been beta testing the new SL 2015. We have already posted on several new features and highlights of the program, which you can read here. We will continue to post regularly on our findings to inform you on what you can expect with the upgrade.Today, I am going to do a deep dive on one of the new features – the Possible Values Lookup or PV Lookup. This is the screen that pops up when you hit the F3 key or double right-click in a field that has a lookup associated with it. The PV Lookups have used the same functionality for many years, and that functionality was good. However, I must admit that I am pretty excited about the new PV Lookup … [Read more...] about Possible Values Lookup Feature in Dynamics SL 2015
Document Attachments in Microsoft Dynamics GP 2013 – Part 2
Back in May of this year, I first wrote about Microsoft Dynamics GP adding Document Attachments into the core product. This post is a follow-up to that article. Now that Document Attachments have been enabled, you can setup attachments to automatically flow between areas of the accounting system. Enabling Document Attachment Flow in GP 2013 A key feature in the new Document Attachments feature in GP 2013 is the ability to have attachments ‘flow’ through the accounting process. This is fairly straightforward. What is meant by ‘Flow’ is that anywhere a card type item is used, such as an Item, Vendor, or Customer, the attachments associated with that card type will be added as a reference in the new area. A very simple example of this is if … [Read more...] about Document Attachments in Microsoft Dynamics GP 2013 – Part 2
SL 2015 BETA First Impressions – Installation and Upgrade
Server Installation The new installer for Microsoft Dynamics SL 2015 is easier to use and less complicated to work with than previous versions.SL 2015 = Two screens for the installation wizard:License Agreement Choose Edition, Location and InstallPrevious versions = Seven screens for the installation wizard:Welcome License Agreement Choose Edition Choose Location Select Module Screens Select Customization Language (VBA/BSL) Start InstallationIn previous versions of Dynamics SL, you were requested to select the Edition and then the modules to install. In SL 2015, the only option is to select the Edition; all module screens are installed automatically. (The method to install all module screens is used by Boyer & … [Read more...] about SL 2015 BETA First Impressions – Installation and Upgrade
Integration Manager: “Document cannot be edited; it is being edited by another user”
Today, I would like to share a resolution to an error message when using Integration Manager to import records into Sales Order Processing. Recently, I was working with a customer who was trying to import sales invoices into Microsoft Dynamics GP, but the integration was failing with an error on one document: “ERROR: Document cannot be edited, it is being edited by another user.”These types of errors usually point to temp records being stuck in one of the temp tables… SELECT * FROM DYNAMICS..ACTIVITY SELECT * FROM DYNAMICS..SY00800 SELECT * FROM DYNAMICS..SY00801 SELECT * FROM TEMPDB..DEX_LOCK SELECT * FROM TEMPDB..DEX_SESSION …where the resolution is to delete those tables after having all users exit the system. DELETE … [Read more...] about Integration Manager: “Document cannot be edited; it is being edited by another user”
Constraint-Based Scheduling in Dynamics NAV
With all the features of Microsoft Dynamics NAV’s manufacturing module, it is easy to overlook one of the most powerful – Constraint-Based Scheduling. For those people who are not familiar with Constraint-Based Scheduling, it is based on the theory that you should only finite (schedule to only open buckets of time) your production constrained work centers and infinite (schedule each order without regard to other orders in the shop) for all other work centers. For those people that are familiar with the book “The Goal,” written by Eliyahu Goldratt, this is the major message in the book.The theory of constraints is best described using laundry as an example, since just about everyone understands the process of doing laundry. Because the … [Read more...] about Constraint-Based Scheduling in Dynamics NAV