TypeScript isn't really a new language, it's a way of writing code in the next generation of JavaScr [More]
The new Common Data Service for Apps promises to deliver the Xrm platform that we've been after for [More]
I've recently got back from talking about the Unified Client at D365UG in Dublin. It was an awesome [More]
If you've used or read about the Unified Client, there are some notable omissions from the command b [More]
If you've used the new Version 9 Unified Interface so far then you'll know that there is no advanced [More]
I recently found an issue with Dynamics 365 Version 9 where a call to ITracingService.Trace(message) [More]
Recently I've been getting asked a great deal about how to perform non-interactive authentication wi [More]
I recently blogged about the introduction of the script dependancies dialog in Version 9 where you can define the scripts that are needed by another. Although it does not solve the asynchronous loading issue for forms, it makes it simpler to add scripts to form since the dependencies will automatica... [More]
A long time ago, Dynamics CRM introduced the concept of asynchronous loading of form web resources – this created a challenge when scripts depend on other scripts to be loaded first (e.g. inheritance or using a common type system library during script loading).
Version 9 has introduced an interesti... [More]
You've seen the executionContext in the event registration dialog and you might even have used it on occasion. Well with the release of Dynamic 365 Customer Engagement Version 9, it has been elevated to be the replacement for Xrm.Page.
The document describing the replacement for Xrm.Page details it... [More]