Avatar photo
Lauren

Better Searching in Dynamics 365 (CRM)

Searching just got a whole lot better!  Microsoft has improved searching for all.  Search the way you want. Here’s a closer look at the different ways to search. Quick Search Categorized Search Relevance Search Quick Search Quick search is that little box in the upper right corner of all the grids.  It searches in all fields … Read more

Read More…

Avatar photo
Lauren

Time Saving Keyboard Shortcuts

Why do people use keyboard shortcuts?  I used to teach beginner computer classes and one thing that always confused people is the multiple ways of doing the same thing.  I always had a hard time answering that question, but over the years, I’ve found myself using more and more keyboard shortcuts because they do really … Read more

Read More…

Avatar photo
Lauren

Setting up a Custom Email Signature in Dynamics CRM 2016

We’ve been waiting for this feature.  It’s a customer request.  Microsoft finally added a way to set up your own custom email signature in the newest version of Dynamics CRM.  Yeah! Here’s step-by-step instructions: Navigate to the Options area under settings This will open up your Personal Options.  Once here, navigate to the Email Signatures … 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…