I’ve been tasked to create a web service that will monitor record creation in a Dynamic GP Database. The technology proposed is MS GP (Great Plains). I’m very new to this technology and somewhere along the road in my research I’m missing information on getting started (I’m a well-seasoned C# WinForms Developer). I have downloaded and installed the MS Dynamics GP SDK, but when I create a web service in visual studio I see no references to any of the MS Dynamics libraries in Visual Studio… I could not find any examples online, where do I start?
I’m particularly interested in monitoring the event [Created] in the GP database.
If you want to talk to GP databases, I highly recommend the EConnect training docs. This will contain the DLLs you are looking for to reference things inside GP. Check out MSDN for more information.