Forum Post: RE: sending emails out of GP
I opened a case and my user had office 64 and mapi does not work with that.
View ArticleForum Post: RE: sending emails out of GP
Yep, Exchange is your only choice as you know. Haven't tested that yet. Please post back if they figure it out because I'm curious what the issue is.
View ArticleForum Post: RE: Dynamics GP Older Conversion Stored Procedure Errors
Hi Henry - What version of Dynamics GP are you currently using? What stored procedures were modified and what were they modified to do? You could always drop and recreate the stored procedures to get...
View ArticleForum Post: RE: Error Upgrading from 2013 r2 to 2015
Hi - Product 258 is Project Accounting. Are you following one of the upgrade paths from GP 2013 to GP 2015?...
View ArticleForum Post: RE: Management Reporter inconsistent data
Hi - A couple of questions: What version of MR are you currently running? Did you recently upgrade MR from a previous version to a new version? If yes, did the reports for this company work before the...
View ArticleForum Post: RE: canadian payroll T4
It is possible to modify the T4 Employer report in report writer - it requires a bit of hit and miss work - but we do it all the time. Each year the CRA when printing, makes minor changes and Microsoft...
View ArticleForum Post: Is it Safe to update IV40100 SET NXADJDOC
Declare @NxtIVADJ char(17) Declare @NewIVADJ char(17) Declare @CCDocDate date Declare @CCBatchNum char(15) Declare @NextIVADJLEN int select @NxtIVADJ = NXADJDOC from IV40100 with (nolock) set...
View ArticleForum Post: RE: Self Service Home Page
Thanks Matt. Yes did try this. The problem is that a self service user receives the message "you don't have security privileges to open this window " when hitting the customise this page..
View ArticleBlog Post: Management Reporter – Misspelled Account Categories
This would be second Management Reporter post in a row. This also is about the default reports and how to troubleshoot the issues pertaining to the default reports. I have an Australian edition of GP...
View ArticleForum Post: Microsoft Word "Repair" Error
Hello: Although one of our GP 2013 R2 (12.00.1920) users was able to click "OK" to the error and proceed with generating Microsoft Word documents out of GP, the error stated "An error occurred and this...
View ArticleForum Post: RE: Dynamics GP 2010 will work with SQL Server 2016 Enterprise...
Dear Sir: Right we are getting this Message on running GP 2010 Utilities.... **Verify SQL Server *Your current SQL Server is not a supported version. Req: Microsoft SQL Server 8.0 Act: Microsoft SQL...
View ArticleBlog Post: Microsoft Tools: Using Dexterity, the tool behind Microsoft...
It is webinar time again. Following on from my Take Ten 10@10 session on GP Power Tools last week, this week (tonight my time) I am presenting an hour long session on Microsoft Tools: Using Dexterity,...
View ArticleForum Post: RE: Is it Safe to update IV40100 SET NXADJDOC
Hi, It get very difficult to manage when there are multiple users accessing same code or application. Whereas if you are using eConnect in your project then can use Next document Number method that...
View ArticleForum Post: [SQLEXECDIRECT] SQL Error SQL State 42000
Has anyone see this error message and know how to resolve? Any assistance is greatly appreciated. Thank You
View ArticleForum Post: RE: Is it Safe to update IV40100 SET NXADJDOC
How about using the stored procedure "taGetIvNumber" instead? It's the standard GP stored procedure (also eConnect) and does exactly what you require. Typical usage is as follows: BEGIN DECLARE @Error...
View ArticleForum Post: RE: [SQLEXECDIRECT] SQL Error SQL State 42000
It looks like the installation (whatever that is) requires a SQL user ID "crystal" to be present, but could not find it. You may want to create the user ID "crystal" first on SQL using SSMS and then...
View ArticleForum Post: RE: Using Macros to run reports in GP
it depends, on the things you want to do. contact me at almasmahfooz@hotmail.com so we will discuss in detail. If you want. :)
View ArticleForum Post: RE: canadian payroll T4
I modify this to fit the top part of the Employers T4..but then the bottom part of the form does not line up I modify to fit the bottom part of the form...then the top does not line up???
View ArticleForum Post: RE: canadian payroll T4
Just curious, what is the body size set to? Mine, that is working and printing correctly is set to 394
View ArticleForum Post: RE: Self Service Home Page
HI Matt. Thank you. I have walked through this and the copy from an existing full user to a new self service user for their home page content works. I've also logged on connect. cheers, thanks again.
View Article