Tag Archives: xrm Dynamics CRM

Using XRM Tooling Login Control in your WPF Applications

For designing any application for Dynamics 365 CRM that is not a web resource but rather a standalone application, the first thing that is required is designing an interface to accept details to connect with Dynamics 365. Back in the old days, we used to include a couple of text boxes for user id and… Read More »

Execute Global Action in Dynamics 365 v9.0 Using“Xrm.Utility.invokeProcessAction”

Introduction: In Dynamic 365 v9.0 we can use “Xrm.Utility.invokeProcessAction” to execute Global Action. When we need to create an Action to be executed on multiple entities, we can use Global Action in Dynamics 365. Here in the below example, we are cloning Account record by executing Global Action in Dynamic 365 v9.0. Create Global Action:… Read More »