I am working on a customization for a client in GP 2016 - They are using the desktop client as well as the web client.
in my C# code I am using Dynamics.Globals.SqlPassword and Dynamics.Globals.UserId to make a connection to the database.
It works fine on the desktop client and I'm able to connect to the database - but when using the web client it seems to be grabbing a different password and therefore failing to connect.
I assumed it was getting the password of the user setup to connect the web client to the database (gpwebclient) but I tried hardcoding that username and it's still failing.
Any ideas here? Having trouble finding supporting documentation for this area.
*This post is locked for comments