Browse by Tags
All Tags »
Modifier (RSS)
Trivia question for today: Given the following sequence of events: In Microsoft Dynamics GP, in a control field such as Customer Number, the user types in "AARON". The user then presses the associated lookup button. What happens? A. Focus moves to the
Read More...
In the past, I was known for my pioneering work with and promotion of Cross Dictionary Dexterity Development . More recently I have been talking up the benefits of Hybrid Development and Developing Outside of the Box . With all the tools available to
Read More...
A recent newsgroup post has raised the question of whether it is possible to customise an alternate form using Dexterity. This is covered on my earlier blog post: Can I customise a 3rd party form with Dexterity? However, I thought I would try and clarify
Read More...
One of the customisations that I have heard requests for a number of times is to open the General Ledger Journal Entry (GL Transaction Entry) window's scrolling window (grid) to its expanded state when the window is opened. The method to make this happen
Read More...
Michael Johnson (the MBS Guru ) has posted a great article about removing invalid references from a Visual Basic for Applications (VBA) project. This has prompted me to revisit the topic and gather together all the relevant resources from a number of
Read More...
You may has seen that Microsoft Dynamics GP v10.00 Service Pack 4 will include a number of new features to the Extender product. Please see the information on blog posts on the Inside Microsoft Dynamics GP blog and US Microsoft Dynamics GP Field Team
Read More...
The Dynamics GP Blogster , Mariano Gomez, has written a great article on the Dynamic User Object Store (DUOS). One of the great things about the DUOS is that it is a table easily available for a developer to use however they want from Dexterity (table
Read More...
Visual Basic for Applications (VBA) can use the Dynamics User Object Store (DUOS) table to store additional data such as user defined fields. The SY_User_Object_Store (SY90000) DUOS table uses a single row for each field stored, It stores the data in
Read More...
Mariano Gomez aka The Dynamics GP Blogster is running an online (blog based) workshop to show how to use Modifier and VBA (Visual Basic for Applications). Have a look at the introductory post using the link below. It will explain the prerequisites and
Read More...
From the Translating Dexterity Applications Series . The final topic in the series is one that was added later after I was asked about how to handle translated applications when writing customizations. Most code would work fine as it is independent of
Read More...
The great postings around the blogsphere just keep coming. I am not complaining as the body of knowledge they provide to community is growing all the time. My buddy, Mariano Gomez, who is a wealth of knowledge and is always willing to help on the newsgroups
Read More...
If you are going to Convergence 2009 in New Orleans between the 10 th and 13 th of March 2009, make sure you attend the various sessions about the Microsoft Dynamics GP development and customization tools. Below are the details of the sessions: GP04 Building
Read More...
In a recent Newsgroup posting , it was asked if Modifier and VBA (Visual Basic for Applications) and the Extender module worked for windows created as part of a Visual Studio Tools for Microsoft Dynamics GP Addin module. The answer is that Modifier and
Read More...
Having supported the various customization tools over the years, you run into common requests again and again. Something that often surprises me is that you get requests to 'customize' Dynamics GP to make it do something and as it turns out Dynamics GP
Read More...
Named Printers is a module to allow controlling of the printer and settings used when printing reports. It was originally developed for v3.00 by me while I was working for Sequel Technology (that's why the tables and calls are prefixed with ST). Later
Read More...