We have a customization that we made with the Visual Studio Tools for Dynamics GP and it makes a dll file that we put in the Add-Ins directory of the GP Client.
We also created a config file so we could put the server name in it and point to out different environments (QA, Production, Development). However, it seems like the dll file just ignores the config file and uses the server name that was in the settings file when the program is compiled/built.
Does anyone know the trick to this? It defeats the purpose of having the config file if it isn't being read. It also means I have to specifically compile a version for each environment I want to test in. I would prefer to have one dll file that I can frag into the other add-in folders.
This is for GP 10 and it is a dll behind the Purchasing Batches Window that intercepts the posting button click event.
*This post is locked for comments
I have the same question (0)