Microsoft Dynamics GP–United Kingdom, Making Tax Digital (VAT) for business...
Making Tax Digital is a Her Majesty's Revenue and Customs (HMRC) introducing a mandatory electronic filing of VAT (tax) returns by business by using an application that supports their application...
View Article.NET 4.6.1 or 4.6.2 seem to break IsInRole()
Upgraded application using IsInRole(), now only returns false (vb.net)Read to the end before making code changes as there is a more obvious thing to check! To support TLS1.2 for PCI requirements I was...
View ArticleDynamics GP Font Size
Increasing font size for GP users with poor eyesightToday one of my co-workers from the infrastructure team asked me to include a “magic file” into our standard GP deployment. The file is activated via...
View ArticleConverting Dynamics GP SOP Master numbers to file system folder hierarchy
There are a number of cases where I need to store a document or documents against an “object” in GP for the various system integrations and modifications. This can be problematic, even more so with the...
View ArticlePrinting to multiple UPS label printers (from Dynamics GP)
This is a quick note to self:When an order is fulfilled it is routed electronically to the appropriate carrier depending on nature of the consignment. The various carriers we use then print the thermal...
View ArticleDynamics GP 2018 wrong version of GP2018 Power Shell included
Be aware of an issue with the GP2018 installation media You can see above that the installation media MDGP2018_RTM_DVD_ENUS has under the Additional Products the GP2016 installer for Power Shell. The...
View ArticleInstalling Docker onto Windows Server 2016
https://docs.docker.com/install/windows/docker-ee/Docker comes in two editions, free community edition and enterprise edition.The company Docker and Microsoft entered into a commercial agreement to...
View ArticleDocker build and UilttiuyVM: The parameter is incorrect - Failed to regis error
The following error can occur when doing a Docker build.Docker . failed to register layer: re-exec error: exit status 1: output: processUtilityWImage \\?\C:\ProgramData\docker\windowsfilter \UtilityVM:...
View ArticleGPUG Summit 2018 Phoenix Arizona–October 15-18th
If you are into Dynamics GP, Power BI or Business Central, then head over to GPUG, BCUG & Power Summit summit this October in Arizona – even better, bring your “IT crowd” too! This event has over...
View ArticleAre you a Tab or Enter kind of person
Tab or Enter?Navigation from field to field on a form in Microsoft Dynamics GP can be performed using the [Tab] key, or if the option has been set the [Return] key on the keyboard. A quick internet...
View ArticleRemove or delete KDSRootKey (KDS Root Key)
When creating GMSA (group managed service account) for Docker it is easy to run scripts too many times leaving yourself with multiple KDSRootKeys – I’m not aware of a Powershell command to remove them,...
View ArticleMicrosoft Dynamics Community Blogs Notifications now enabled again
It used to be possible to subscribe and thus receive and email whenever blog content was updated in the community blogs.The ability to have an email sent when content changes in the community blogs has...
View Article*Unofficial luggage tag - Phoenix Summit 2018
The above model will download into Windows 10 Print 3D or Paint 3D etcIf you have a 3D printer feel free to download the STL for the above luggage tag. Summit2018.stl
View ArticleDeploy Dynamics GP during development using Visual Studio External Tools Menu
I’ve never written this up before, but is a useful technique I use to allow the deployment of GP from the current project active build directory to the application addins folder. Note that in this...
View ArticleProblem with extensions search in visual studio
If you are using Dynamics GP with Visual Studio 2017 –> , you will find that the project templates for Dynamics GP do not show up in the new project or new item menus. I wrote a solution to this in...
View ArticleDiagnosing PowerShell New-GPSystemDatabase error when creating the Dynamics...
The PowerShell modules for GP allow a number of DevOps activities. For example you may install the Dynamics GP Lesson (sample) company TWO and install the system database via these PowerShell modules....
View ArticleProtocol handler debugging in Dynamics GP (drill down) problems
In previous blog posts we have talked about the way that other applications can drill down into parts of GP by using an direct approach via a pluggable protocol handler that is installed when GP is...
View ArticlePrevent SQL job running when another job is running
From SO post: https://stackoverflow.com/questions/200195/how-can-i-determine-the-status-of-a-job CREATEVIEW myschema.Admin_RunningSQLJobsASSELECT job.NAME ,job.job_id ,job.originating_server...
View ArticleSQL Server upgrade step 'msdb110_upgrade.sql' encountered error 2714, state...
Upgrading SQL server to SP4 or SQL Server 2016 encountered error 'msdb110_upgrade.sql' encountered error 2714, state 6, severity 25When doing an dummy run for a SQL instance upgrade, I encountered this...
View ArticleSQL server Optimize for Ad hoc Workloads setting in server advanced...
TL;DR Turn this option on, from false to trueWhilst looking at a problem SQL server instance, I was on the diagnostic journey looking at why the query plan cache was getting totally cleared every few...
View Article