Forum Post: RE: Dynamics GP 2015 There any application to consolidate 2...
That's the easiest one - take a look at MS' blog post about it here:...
View ArticleForum Post: RE: DNS Alias or SQL Server Instance Name?
We had to upgrade our GP to a new box and used a DNS alias. Though, we had lots of user authentication issues, especially for 3rd party software like Greenshades. After long research it worked after we...
View ArticleForum Post: RE: T-SQL: Displaying Data from a Previous Row
Hi John. Yes you can have the year (or list of years) hard-coded into the script. The code below gives you data for years 2012 and 2013. If you just want a single year, you can edit the WHERE clause...
View ArticleForum Post: RE: Adobe PDF Defaulting to 11 x 17 when printing a PO
Is Adobe setup on the user's client machine? If so, is it set to 11 x 17?
View ArticleForum Post: RE: SQL Job Error: Microsoft.Dynamics.GP.WorkflowGP.WorkflowEngine
When you upgrade or move to a new server, you have to run the utility and the users should be out of GP.
View ArticleBlog Post: SQL Server 2014 TempDB performance changes
By Steve Endow This post is for hard core SQL Server geeks... I was just searching for something, and as often happens, 5 clicks later I have completely forgotten what I was searching for, but I...
View ArticleForum Post: RE: T-SQL: Displaying Data from a Previous Row
Hi Alicia: We're on SQL 2008. So, the "lag" function does not work. Is there a substitute? Also, SQL is giving me a syntax error "near order", for the clause below. That may also be because we're on...
View ArticleBlog Post: Friday Funny: Impossible Numeric Puzzles
Today’s Friday Funny comes from something I saw on the internet. I would normally give credit to my source, but as that will also give away the solutions, I will wait until later when I post the...
View ArticleForum Post: RE: T-SQL: Displaying Data from a Previous Row
Yep, both those errors will be due to the SQL version. Try this one. It uses a # temp table. I tried it with using CTE's only, but it was VERY slow. with allaccounts as( select g.actindx, p.periodid,...
View ArticleForum Post: RE: YEAR END CLOSE FOR FINANCIAL SERIES
I went ahead and closed the year again in a Test company (after restoring a backup of the live data in there). Good news is that it did not double up the balance forward for the balance sheet accounts...
View ArticleBlog Post: Create multiple SQL Server tempdb files to improve performance
By Steve Endow While researching some performance issues at a Dynamics GP customer, I noticed that the SQL Server tempdb had been setup with four separate files. I hadn't seen that before, so I looked...
View ArticleForum Post: RE: T-SQL: Displaying Data from a Previous Row
Yuck, it needs the order by (added in SQL 2012, but partition works in 2008) to work. Still thinking.
View ArticleComment on Microsoft Dynamics GP 2016 - Power BI Feature
Reemphasize: Choose single graphs/tiles. A dashboard with multiple graphs/tiles will not work. This is really easy to do. If you haven't tried Power BI with GP data, do it now. And then connect it to...
View ArticleForum Post: RE: How do I disable a pop-up in POP?
Hello, Then you can consider using the DB option, by running this script against your company DB, as explained in the article below: Insert into PA00901 (VENDORID,PAddlDefpoformatouse) select vendorid,...
View ArticleForum Post: GP 2015 Web Services Manual Check creation support
Does GP 2015 support creating Manual Checks through the web services? If not, what is the easiest option to customize the web services so that if supports creating Manual Checks?
View ArticleForum Post: Computer Check batch is marked. Can't unmark or edit. Message...
So a user created a batch of Computer Checks in Purchasing. When she attempted to print the checks she cound not. The message was "this batch has been marked for posting by another user." This was...
View ArticleBlog Post: Using ERP Software to Increase Profits
Enterprise Resource Planning software is integral to facilitating increased Return On Investment. ERP and ROI go hand in hand. You can increase your ROI through ERP that consolidates resources and...
View ArticleForum Post: RE: GP and Windows 10
Hi, We are on GP 2013 with both Windows 7 and Windows 10 Clients, the Windows 10 works well. I am not too clear on what you mean by 'direct connect into NW jack'?
View ArticleBlog Post: GPUG Amplify 2016 Recap
I had the pleasure of attending Amplify by GPUG in sunny Anaheim, California this past week. As an ISV, I was glad to have some sort of Microsoft Dynamics GP focused event to attend after the departure...
View ArticleForum Post: GP SQL Taxtype Triggers/Alerts
Is it possible to create a Trigger/alert that notifies an email acocunt about updates/edits with the Tax Type field? The Tax type field is located in Tables: PM40104 PM00100 PM00200 -For example....
View Article