Dynamics 365 Customer Engagement
How to call QuerySchedule using WebApi – Andrew Butenko’s Blog
var context; if (typeof GetGlobalContext === “function”) { context = GetGlobalContext(); } else { context = Xrm.Page.context; } var start = new…
var context; if (typeof GetGlobalContext === “function”) { context = GetGlobalContext(); } else { context = Xrm.Page.context; } var start = new…
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…