#GPPT Adding Multi Factor Authentication to the Microsoft Dynamics GP application

David Meego - Click for blog homepageMicrosoft Dynamics GP has added support for Multi Factor Authentication (MFA) to the emailing functionality inside Dynamics GP to allow it to connect to Microsoft Exchange, now that simple authentication is no longer supported.

However, there is no MFA functionality for logging into the Microsoft Dynamics GP application itself… until now.

Using GP Power Tools Developer Tools module, with a single after login trigger, it is possible to force the request to connect to Microsoft Exchange and close GP if the connection is not authenticated.
Continue reading

#DynamicsCon Announces Winthrop Dexterity Consultants as Title Sponsor for Dynamics GP Track

David Meego - Click for blog homepageYes, you heard correctly. Winthrop Development Consultants is thrilled to be Title Sponsor of the March 2023 DynamicsCon Virtual Conference taking place on 15th and 16th of March 2023.

Make sure you register to attend this free online conference to learn more about Microsoft Dynamics GP and related products and technologies.

Continue reading

#GPPT Running SQL Scripts for All Companies, such as a smarter GRANT script

David Meego - Click for blog homepageThis article has two purposes. The first is to highlight a very useful script published by Michael Krasivsky from The Resource Group back in 2016. The second is to explain how easy it is to use the GP Power Tools SQL Execute Setup window to execute scripts against multiple databases.

Microsoft Dynamics GP provides access to all the SQL Resources (Tables, Views, Stored Procedures, etc.) using the DYNGRP SQL role. For this technique to work correctly, all GP users need to be assigned to the DYNGRP role and all SQL objects need access “Granted” to the same DYNGRP role.

Continue reading

#MVPbuzzChat by Christian Buckley with David Musgrave

David Meego - Click for blog homepageBack in mid-January, I had fantastic long chat with Christian Buckley from buckleyPLANET about my journey to becoming a Microsoft MVP (Most Valuable Professional), my time with Microsoft, my work since starting Winthrop Development Consultants and my hobbies with music, Lego and robots.

We actually spoke for quite a while before the recording started and it was really enjoyable to compare notes with Christian as some elements of our respective career paths were very similar.

Continue reading

#MSDynGP 2023 Report on the Future of Dynamics GP

David Meego - Click for blog homepageI received a very interesting email yesterday. AccountingWare, the people behind the ActivReporter reporting tool for GP, created a report on the future of Dynamics GP based on the results of a survey of 164 Microsoft Dynamics GP customers.

This report supports anecdotal evidence that most of the Microsoft Dynamics GP customer base is happy staying with Dynamics GP for the foreseeable future.

Continue reading

#GPPT Automating Printing and Emailing of Sales Order Processing Documents

David Meego - Click for blog homepageMicrosoft Dynamics GP has the ability to output Sales Order Processing transactions to a printer so the documents can be sent via “snail” mail, or you can send the documents via email. You can even send documents both to email and the printer.

However, two issues have been found which make the functionality less than perfect. This sample project for GP Power Tools resolves these issues and restores the perfection.
Continue reading

#GPPT Installing GP Power Tools Build 29 or later can break older Windows Applications

David Meego - Click for blog homepageA recent support case was reported where a site updated to GP Power Tools Build 29 and after the installation a separate Windows Application stopped working.

Initially, the only way the customer was able to get this application working again was to rebuild the workstation by re-imaging back to a clean Windows installation. After a bit of troubleshooting, we were able to identify the cause of the issue.

Continue reading

#GPPT Why Does The Report Writer Screen Close Automatically?

David Meego - Click for blog homepageWith the release of build 29 of GP Power Tools, a feature was added that will automatically close the Report Writer Screen Output window after a period of time.

As customers have been upgrading their systems to the latest GP Power Tools build they have been noticing that the Report Writer Screen Output closes by itself.

This article explains how to change the timeout setting and why this new feature is so important.
Continue reading

#MSDynGP Microsoft Dynamics GP Crashing on Launch

David Meego - Click for blog homepageI recently had a partner contact me when they were doing an upgrade and Microsoft Dynamics GP was crashing upon launching the application. As Winthrop products were installed, we were looking initially to see if the problem was caused by GP Power Tools or Visual Studio Integration Toolkit.

Short Answer: Removing the Winthrop products did not fix the problem …

Continue reading

#MSDynGP Winthrop Products and Microsoft Dynamics GP 18.5 Year End 2022

David Meego - Click for blog homepageLast week, Terry Heley from Microsoft announced that the Microsoft Dynamics GP 18.5 Year End 2022 service pack has been released.

Since then, we have been asked numerous times if the Winthrop products are compatible with this new 18.05.1596 release. The short answer is yes.

Continue reading

#MSDynGP Microsoft, Stop Scaring Microsoft Dynamics GP Customers

David Meego - Click for blog homepageYou might have heard about the “announcement” made by Mike Morton (Vice President, Dynamics 365 Business Central and SMB, Microsoft) during the Microsoft Dynamics GP General Session and his subsequent retraction and clarification.

I decided to write this article to provide my thoughts on what happened and the bigger issues it raises.
Continue reading

#MySummitNA Clarification of Microsoft Dynamics GP Lifecycle

David Meego - Click for blog homepageMike Morton (Vice President, Dynamics 365 Business Central at Microsoft) has clarified the Microsoft Dynamics GP Lifecycle after his comments at the GP General Session during the Community Summit 2022 conference.

Dynamics GP’s lifecycle is still 2028 and beyond and does include new features as well as tax, compliance and security updates. Since GP is a mature and stable product, don’t expect large new features or new modules. The large ISV community will continue to develop additional functionality to make GP a viable system for many years to come. Continue reading

#MSDynGP Microsoft Dynamics GP v18.5 ISV Pre-release installers now available

David Meego - Click for blog homepageFantastic News.

This morning (Perth Time) I had an email from Terry Heley from Microsoft with a link to a pre-release (ISV Drop) of the upcoming Microsoft Dynamics GP version 18.5 (October 2022) release. This download is provided to the ISV community to help them prepare for the final code when it is released.

Continue reading

#GPPT Automating Applying of Payables and Receivables Documents

David Meego - Click for blog homepageThis is another one of those articles that I have been planning to write for a long time. A while ago I created some prototype scripts with GP Power Tools to show how it would be possible to “drive” the user interface to automate applying of both Payables and Receivables documents.

I have had a few people contact me about this functionality, usually because my friend and fellow MVP, Steve Endow, has told them about these scripts.

Continue reading

#GPPT Using the Clipboard to copy from Excel into Microsoft Dynamics GP

David Meego - Click for blog homepageToday, we are covering an exciting new sample customization that is now possible due to Clipboard and Parsing Data Helper Functions added to recently released Build 29 of GP Power Tools.

The customization shows how any data in a Microsoft Excel spreadsheet can be copied via the Clipboard into any window of Microsoft Dynamics GP.

Continue reading

#GPPT Linking to Document Management Systems

David Meego - Click for blog homepageThis sample is something that I have already helped customers achieve with GP Power Tools in the past but it had not been posted as a sample on the blog. The ability to link with a document management system by opening a URL with data from any window in Microsoft Dynamics GP is really easy to do.

This sample project allows scanned payables invoices to be opened in a web browser from the Payables Transaction Inquiry – Vendor and Payables Transaction Inquiry – Document windows as well as the Payables Transaction Entry Zoom window.

Continue reading

#GPPT Automating or Customizing the Report Destination Window Revisited

David Meego - Click for blog homepageToday we are revisiting the article #GPPT Automating or Customizing the Report Destination Window. In this article we show how Build 29 of GP Power Tools can improve on the methods used previously.

When automating Microsoft Dynamics GP, if a Report Destination modal dialog window opens, it needs to be dismissed so that the rest of the automation code can continue. This article contains a demonstration project that shows how to dismiss the 3 different dialogs used.

Continue reading

#MSDynGP ISV Talks with Dynamics Connections

David Meego - Click for blog homepageAs part of my marketing strategy for the last six months, I have been working with Dynamics Connections to promote my products to the Microsoft Dynamics GP partner channel.

GP Power Tools is a very easy product to sell. You just need to show the Benefits Presentation to a customer and they will want it on their system. So the aim is to get the partners to show this short presentation to their customers.

I have found that using Carol Livingston and the team at Dynamics Connections has been a worthwhile investment with an increased awareness of our products amongst the partners after her presentations.

Continue reading

#GPPT Creating Additional .Net Dialog Windows using Scripts

David Meego - Click for blog homepageOne of the current limitations for GP Power Tools is that it cannot create new Dexterity windows. Usually, it is possible to avoid this requirement by:

  • Using Modifier to add extra fields to an existing window;
  • Using the SQL Results window to display data with SQL Gotos to perform actions on that data;
  • Using Dexterity modal dialogs (ask() and getstring() for example) to get information needed;
  • Using Modifier even adding a complete “sub window” onto an existing window (example below).

This article provides another method leveraging the .Net Framework functionality to create a dynamic form using code.

Continue reading