Dex - Identifying the build number of a Development Dictionary

David MeegoIn a recent post on the new Partner Forum, it was asked how to identify the build number and hence Service Pack/Hotfix number of a Dynamics.dic dictionary being used as a development dictionary for writing a Dexterity customization.

So, here are four possible methods you could use:

A: To check the build of a development dictionary from inside Dexterity.

From the Resource Explorer window:

  1. Click Application.
  2. Double click Install.
  3. Locate Module 066 and read the Build Number.

B:  You can also go into Test Mode (Debug >> Test Mode) and the version is displayed on the bottom left corner of the User Login window. Use Ctrl-T to exit Test Mode.

C:  From Test Mode (Debug >> Test Mode), If you log in, you can click Help >> About to open the About window and see the version number. Note that logging in with an incorrect build could update version tracking data in the system.

D: Since Version 9.0, you can locate the dictionary file with Windows Explorer, right click on it and select Properties.  Then click on the Dictionary tab to see the version information.  Mariano Gomez mentions this method in his Retrieving dictionary build numbers outside of Dynamics GP post.

 

Once you have the build number, you can look up the actual Service Pack or Hotfix release on the following CustomerSource pages:

Service Pack, Hotfix, and Compliance Update Patch Releases for Microsoft Dynamics GP 10.0 Secure Link

Previous Service Packs, Hotfixes and Compliance Update Releases for Microsoft Dynamics GP 10.0 Secure Link

Links for Service Packs of other versions can be found on the Developer Articles & Links blog page.

 

For example, my system has the build number 10.00.1193, which is v10.0 Service Pack 3. 

David