How to Retrieve Duplicates using WebApi
In this post I provide 2 ways to retrieve duplicates – using plain JS way and with usage of Xrm.WebApi namespace that was introduced as a part of…
In this post I provide 2 ways to retrieve duplicates – using plain JS way and with usage of Xrm.WebApi namespace that was introduced as a part of…
var AccountRibbon = (function () { //this variable stores if async operation was already completed var isAsyncOperationCompleted = false; //this variable stores the result – if button…
Today I got requirement to open new record form with prepopulated DateTime field. This article describes how to pre-set Date field: The following sample sets the Est. Close…
At the moment I do migration for one of customers from 8.2 ground to 9.0 cloud. I migrated all the customizations and customer was not satisfied with layout…
var target = { “accountid”: “ACAAB842-21C7-E811-A96F-000D3A16A41E”, //put <other record type>id and Guid of record to share here “@odata.type”: “Microsoft.Dynamics.CRM.account” //replace account with other record type }; var…
var context; if (typeof GetGlobalContext === “function”) { context = GetGlobalContext(); } else { context = Xrm.Page.context; } var start = new Date(); //Put Start datetime…
In this post I will provide instructions how you can copy N-N related records using latest release of Ultimate Workflow Toolkit without any code. Let’s consider typical scenario –…
We use cookies to improve your experience on this site. By continuing to browse, you agree to our use of cookies.

