Microsoft Dynamics GP and Microsoft Dynamics SL ERP solutions both provide predefined SQL Views that can be used for simplifying your report development. A SQL “View” is essentially a virtual table or predefined SQL “Select” statement that is stored in the database as an object. Some of the benefits of using a SQL View in your report writing effortTable relationships in a multi-table query can be defined in the View, including the type of join (inner, outer, full) that is being employed. If you don’t fully understand how to create the relationships, you can frequently get a more technical resource to create a View for you, which you can then consume in your report. Obscure field and table names can be changed to more meaningful terms. … [Read more...] about Using SQL Views for Reporting Data in Microsoft Dynamics GP and SL
Management Reporter Tips and Tricks – 8. Rolling 12 Months
This week’s Management Reporter tip for Microsoft Dynamics ERP is on the benefit of Rolling 12 Months.Rolling 12 Months: Use this to show a rolling number of periods dynamically. This is especially useful for side-by-side reports with divisions, departments, or companies. This example is a 12 month rolling, Base plus 11 periods in the past.Column Definition: Period is BASE-11:BASEThis tip, and many 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 register for an event.Be sure to subscribe to our blog so you don’t miss next week’s tip – Prevent Drill Down.Register now for our next Management Reporter training on Aug. … [Read more...] about Management Reporter Tips and Tricks – 8. Rolling 12 Months
Management Reporter Tips and Tricks – 7. Account Numbers
This week’s Management Reporter tip for Microsoft Dynamics ERP is on the benefit of Account Numbers.Account Numbers in the column definitions can show the account numbers that make up the row definition without having to drill into the details.Column Definition:Result:This tip, and many 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 register for an event.Be sure to subscribe to our blog so you don’t miss next week’s tip – Rolling 12 Months. … [Read more...] about Management Reporter Tips and Tricks – 7. Account Numbers
SOP to POP Link in Microsoft Dynamics GP
Today, I am going to show how to create a Purchase Order from a Sales Order in Microsoft Dynamics GP. You can do this to purchase shortages of items that you need to sell.First, navigate to the Sales Transaction Entry window (Sales → Transactions → Sales Transaction Entry). Enter your Sales Order information completely. Click on the Actions button and select Purchase, which will bring up the following window: You will need to mark the check box in front of the red circled X, where it says “(NO VENDOR).” Then, click on the PO tab: On the PO tab, enter the Vendor ID that you will be purchasing from, the PO date, and the shipping method. Once you select a Vendor ID, the red circled Xs will go away: Then, you can either click the … [Read more...] about SOP to POP Link in Microsoft Dynamics GP
Management Reporter Tips and Tricks – 6. Start and End Dates
This week’s Management Reporter tip for Microsoft Dynamics ERP is on utilizing Start and End Dates.Start Dates and End Dates in the column definitions can be used to report results by a data range, such as a weekly range. This restriction is useful for daily or weekly sales reporting, cash analysis needs, and other date-sensitive reports.Column Definition:In the Start Date and End Date columns, you can enter a specific day of the period. For example, “1” indicates the third day of the period. This is a nice feature as you do not need to reselect actual dates when you run the report in the next period.Result:This tip, and many more, are covered in our Management Reporter training class held each month. If you are interested in … [Read more...] about Management Reporter Tips and Tricks – 6. Start and End Dates
Adding Custom Fields to a Screen in Dynamics SL
One common customization for screens in Microsoft Dynamic SL is to add fields to store non-standard data. Depending on the quantity of additional information (and its type), this can be either very simple or quite complex. Let’s start at the beginning.First, a general word on customizations – screens can be customized at multiple levels. The basic levels are All Users, One Group, One User, and Self. (It is possible to adjust the level numbers to gain additional layers, but normally, that is more trouble than it is worth.) Most customizations will be done at the All Users level.The first step is to select the proper level. This is done by double clicking on the customization level at the base of the menu window (shown below). Note that … [Read more...] about Adding Custom Fields to a Screen in Dynamics SL
Management Reporter Tips and Tricks – 5. Reporting Units & Dimension Filters
This week’s Management Reporter tip for Microsoft Dynamics ERP is on Reporting Units and Dimension Filters.Reporting Units and Dimension Filters in the column definitions can be used to separate GL accounts and departments on the report without having to drill into the details.Column Definition:Result:This tip, and many 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 register for an event.Be sure to subscribe to our blog so you don’t miss next week’s tip – Start/End Dates. … [Read more...] about Management Reporter Tips and Tricks – 5. Reporting Units & Dimension Filters
How to Delete a Previously Printed Sales Order Processing Batch in Dynamics GP
Microsoft Dynamics GP users, have you ever wondered how to delete a Sales Order Processing (SOP) batch that has already been printed? Today, I will explain how to do just that, whether some or all of the documents in it have been printed.When you try to delete a batch of sales invoices where some or all have been printed, you will receive an error:This error occurs because documents in this batch have already been printed. By design, Dynamics GP will not allow you to delete a sales document once it has been printed. You can void the documents but not delete them.If you do not want to void the documents, you can also resolve this issue by manually updating the SOP10100 TIMESPRT column to equal zero for this batch in SQL Management … [Read more...] about How to Delete a Previously Printed Sales Order Processing Batch in Dynamics GP
Management Reporter Tips and Tricks – 4. @UNIT Restrictions
The fourth tip in our weekly Management Reporter series for Microsoft Dynamics ERP is on @UNIT Restrictions. In case you missed any of the previous tips, you can check them out on our blog.@UNIT Restrictions can be used in the row definition to display specific parts of your reporting tree without having to generate the entire tree in your reports or drill into the details.Row Definition: Requires a tree to be selected for the report.Result:This tip, and many 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 register for an event.Be sure to subscribe to our blog so you don’t miss next week’s tip – Reporting Units & … [Read more...] about Management Reporter Tips and Tricks – 4. @UNIT Restrictions
Management Reporter Tips and Tricks – 3. Ratios in Reports
This week’s Management Reporter tip for Microsoft Dynamics ERP, the third in our series, is on Ratios in Reports.Ratios can sometimes be complicated and may seem like you need to export to Excel to do them. Using other non-printing rows to calculate ratios and other formulas will eliminate the need to export to Excel.Row Definition: Use the NP function to hide the data used for the ratios or formulas under print control.Result:This tip, and many 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 register for an event.Be sure to subscribe to our blog so you don’t miss next week’s tip – @UNIT Restrictions. … [Read more...] about Management Reporter Tips and Tricks – 3. Ratios in Reports