Avatar photo
Brandon

Dynamics GP Web Services Not Working

Recently, we received a call from a client that their Microsoft Dynamics GP web services stopped working.  Additionally, they weren’t able to get into the Dynamics Security console either. The Problem: When clicking “Select Applications” the message would appear in the lower left corner “Action: In progress…” and nothing further would appear. Browsing to the … Read more

Read More…

Avatar photo
Brandon

Dexterity Developer Tip of the Day

Which dictionary do I use if I have multiple versions of Microsoft Dynamics GP? If you are a Dexterity developer with many alternate Dynamics GP forms in your development dictionary, e.g., your development dictionary is Dynamics GP2013 RTM and the Dynamics GP client application dictionary is GP2013 SP1, which dictionary do you use? If the … Read more

Read More…

Avatar photo
Brandon

Setting a Datetime Value in Dynamics CRM 2016 Using C#

The below C# pseudocode will set a “Date and Time” attribute to a provided value using the Microsoft Dynamics CRM SDK framework.  This part is very straightforward and can, in fact, be simplified by performing the type casting in one line rather than parsing via multiple lines. string sSourceValue = “12/01/2016”; string sDestField = <DateTime_Attribute>; … Read more

Read More…

Avatar photo
Brandon

PSTL Company Copy for Dynamics GP

Microsoft includes a license with Dynamics GP for their “Swiss Army Knife” set of tools called the Personal Services Tools Library (PSTL).   One of these tools is Company Copy.  It is used to copy the setups from one company to a new one.  This is very useful for new Dynamics GP companies, implementations, or for … Read more

Read More…