ARTICLES

Latest Articles

Practical guides, tutorials, and insights on AI, agents, Microsoft technologies, enterprise applications, and communication.

Unified Service Desk Client
Unified Service Desk · Jun 4, 2016

Unified Service Desk Client

When USD is installed, by default it installs the client in the location: C:\Program Files\Microsoft Dynamics CRM USD\USD Here you will see…

Read article →
Visual Studio Snippets
C# · May 30, 2016

Visual Studio Snippets

In Visual Studio, code snippets are available to help with development. To use code snippets, open a Visual Studio project. Type CTRL-K…

Read article →
Dynamics CRM Generic SQL Error
Dynamics 365 Customer Engagement (CRM) · May 29, 2016

Dynamics CRM Generic SQL Error

One way a generic SQL error can occur is when dealing with ConditionOperator in QueryExpression. Consider the following code to get all users who’s first…

Read article →
Dynamics 365 WhoAmI
Dynamics 365 Customer Engagement (CRM) · May 28, 2016

Dynamics 365 WhoAmI

In Dynamics 365, once we have the IOrganizationService object, we can retrieve the user id, organization id and the business unit id: CrmServiceClient conn =…

Read article →