Dynamics CRM Unified Service Desk Setup

…a new action: Select CRM Start Navigate:   You can now test this new logic. Log into USD. You may be prompted to log into Dynamics CRM as well. You…

Opening a Quick Create through JavaScript

In Dynamics 365, we can open Quick Create forms through JavaScript. Through Xrm.Utility, we can call openQuickCreate. This takes the parameters: Xrm.Utility.openQuickCreate(entityLogicalName,createFromEntity,parameters).then(successCallback, errorCallback); From the documentation, we can see the…

Checking out the New Enterprise Application Templates

Microsoft has released the public preview of the new enterprise application templates, which are pre-built solutions that automate common business processes. The tools are “designed to be accelerators” rather than…