
This is a reposting of an article I originally wrote on my Developing for Dynamics GP blog.
When logging into the Fabrikam sample company with Microsoft Dynamics GP, the current user date will be set to April 12, 2017 and you will be presented with a dialog with the following message:
You have chosen to use the sample company, which provides data that you can use to practice procedures or learn more about the product. When you use this sample company, the date is automatically set to April 12, 2017.
The ability to control the behavior of the user date for the Fabrikam sample company was added to Microsoft Dynamics GP release 10.0. It is not available in earlier releases.
To change the behavior of the user date and dialog, follow these steps:
- Have all users on the current workstation exit Microsoft Dynamics GP.
- Locate the Dex.ini file.Note: By default, the Dex.ini file is in the following location in Microsoft Dynamics GP 10.0: C:Program FilesMicrosoft DynamicsGPData
- Right-click the Dex.ini file, and then click Open.
- Insert one of the following lines at the bottom of the [General] section, typically the bottom of the file.
- On the File menu, click Save, and then close the Dex.ini file.
To prevent the dialog showing while leaving the date as April 12, 2017:
SAMPLEDATEMSG=FALSE
To prevent the dialog showing and use the current system date:
SAMPLEDATEMMDDYYYY=00000000
To prevent the dialog showing and use a user specified date:
SAMPLEDATEMMDDYYYY=MMDDYYYY
Note: Replace the placeholder MMDDYYYY with the month, day and year. For example April 12, 2017 would be: SAMPLEDATEMMDDYYYY=04122017
This article was originally posted on the Developing for Dynamics GP Blog and has been reposted on http://www.winthropdc.com/blog.
Microsoft Dynamics GP uses concurrent licensing which provides for a maximum number of users logged into
I did not start this thread, but I thought I would give a bit of insight into the subject. Vaidy Mohan
Posting by Ian Grieve at Azurecurve
http://www.azurecurve.co.uk/…/hiding-the-fabrikam-demo-company-date-warning
Note that the Support Debugging Tool has this option in the Dex.ini Settings window too.