Disable Enhanced Intrastat Dynamics GP
I have fallen out with the GP Intrastat module, it has been causing me some problems. I decided it had to go, but I found it was not obvious how to switch it off…Microsoft Dynamics GP>>...
View ArticleWriting off stock from Qty In Service from Dynamics GP using SQL
I have 9,791 items with QTY in service >0 that I want to "adjust" out of stock.All these items have been financially accounted for, written off over the years, the IV account manually cleared by...
View ArticleSSMS SQL Hazard
Let me point out a hazard using SSMS, when developing a SQL delete query, especially more complex ones that take time to build up. I also think about some of the ways I work and how they minimise the...
View ArticleOLE Notes Migration
It was time to get our old OLE notes migrated. GP has stopped using OLE notes containers for attachments to notes in the system, mostly due to the need to work with the web browser hosting of GP. I...
View ArticleEmpty Matched To Shipment in Purchasing Invoice Entry of Dynamics GP
About from time to time on Euro transactions we get a yellow triangle and empty “Matched to Shipment” field in the Purchasing Invoice Entry window of GP.The problem is always the same, the...
View ArticleError: This document contains one or more posting holds, Dynamics GP Edit List
If you are experiencing this on SOP Sales Invoice posting edit lists, then maybe you are using drop ship items. Also perhaps you have the Shipping Notification Tool installed?There is no posting hold...
View ArticleSQL to extract contiguous ranges for maintenance tasks in Dynamics GP
From time to time I find some SQL that really makes me smile and sit back and stare at it with awe. Today is one of those days, let me show you…Many of the maintenance windows in Dynamics GP ask for...
View ArticleInstalling Dynamics GP Intrastat Module
If you are looking for the Intrastat module, it is part of the Main GP install, I think fromGP2013 when more of the product extras were bundled in - but certainly from GP 2015. When running the GP...
View ArticleWhat do you call that window GP?
Steve Endow mentioned on twitter the other day about the naming of objects in GP when programming. The inconstancies are astounding, I have to agree, you can spend half an hour trying to determine if...
View ArticleConvert ASP.NET “Website Project” from IIS to IIS Express
I had this problem to solve and thought I’d document my solution here, as I didn’t find anything appropriate documented when I tried searching the search engines. Website Project vs Website Application...
View ArticleCreate ASP.NET virtual directories in IIS Express using windows credentials...
Moving from developing ASP.NET sites against the full IIS to IIS Express led me to migrating the many virtual directories that were defined for the site. There was an added dimension to the problem, in...
View ArticleFP: Couldn’t close table! Dynamics GP Error Solution
I talked before in a previous blog post about the “syContentPageXMLCache cannot find table” error. This and its cousin the “FP: Couldn’t close table!” error are caused by something severing long lived...
View ArticleExporting from SmartList Dynamics GP “returned 29”
Are you experiencing a dialog box with the following text on attempting to export a Smartlist to Excel?“RUN APPLICATION ERROR”"C:\Users\user\AppData\Local\Temp\7\somefilename.xlsx returned 29"This...
View ArticleDynamics GP eConnect and handling exceptions under Web API
Beware when using eConnect with ASP.NET Web API. … as exceptions raised by eConnect will not be of type eConnect.Exceptionthus using our normal typical catch block, such as:catch(eConnectException...
View ArticleVisual studio 2017 Image Editor, Icon Editing, resource editor missing
It seems you need to install the C++ developer options when installing (or repairing) Visual Studio, for the image editor, icon editor, resource editor to become available.
View ArticleDynamics GP Stored procedure [smFormatStringsForExecs]
You’ve seen it often enough in GP stored procedures, but what is it doing?EXEC @iStatus = smFormatStringsForExecs @I_vInputString = @I_charEndCustomer, @O_cOutputString = @cEndCustomer OUTPUT,...
View ArticleScrewed Allocations in Dynamics GP
SOP EntryThis is purely and observational post of a phenomenon we see in GP from time to time. The telesales team perform data entry in the SOP screens at a lightening pace, tabbing through windows,...
View ArticleVST Controls®™ for Dynamics GP Visual Studio Tools development
I’m so glad the day has finally arrived where I can talk about this innovation, I think this is one of the coolest things in .NET development with Dynamics GP for some time. I have been restless to...
View ArticleFabrikam Day 12th April 2017
Around the world people are posting photos of local landmarks and a #FabrikamDay banner, just for fun and to celebrate a sense of community around our product, Microsoft Dynamics GP. Here is my...
View ArticleCould not load file or assembly Microsoft.Dexterity.Bridge.dll or one of its...
When developing Dynamics GP addins, the above error can occur for a number of reasons. It generally means what it says, the referenced assembly is looking for a resource it can’t find on the available...
View Article