CRM Web API Universal Windows Platform Using C#
In this example I’m demonstrating how to use the new CRM Web API from a Universal Windows Platform (UWP) application. If you aren’t familiar with the “universal” application concept its Microsoft’s...
View ArticleCRM Web API Using Java
Here’s an example that consumes the new CRM Web API from a Java application. I’m not promising this is the best written Java but it appears to get the job done. Again our friends at Microsoft help us...
View ArticleCRM Web API Using Python
Another example using the new CRM Web API this time using Python.Once again we have the luxury of using a version of Azure Active Directory Authentication Library (ADAL) but this time for Python. You...
View ArticleCRM Developer Extensions v1.3.0.0
What’s new in this update:New Solution Packager1 click download and extraction of CRM solution to a Visual Studio projectRe-package solution files from projectAdded Support for CRM 2016 (8.0) NuGet...
View ArticleCRM REST Builder 2.3.0.0 Now with Web API
It’s been long overdue for an update and with the recent release of CRM 2016 and the new Web API endpoint it seemed like the perfect time. For those that might have used the tool before here’s the...
View ArticleCRM Developer Extensions v1.3.3.0
What’s new this time around:Updated to handle 8.1 SDK assembliesAdded 8.1 JavaScript snippetsAdded DefinatelyTyped CRM 8.0 TypeScript supportSupport for linked JavaScript filesNew user options to...
View ArticleCRM String Workflow Utilities v2.2.0.0
Added new functionality:Regex Extract – extract first instance of the text matching the pattern Regex Replace With Space – replace pattern values with a space Replace With Space – replace values with a...
View ArticleCRM Email Workflow Utilities v2.2.0.0
Added new functionality:Email Queue Members – add email recipients based private queue members and/or queue owner CC Queue Members - add email CC recipients based private queue members and/or queue...
View ArticleCRM DateTime Workflow Utilities v2.1.0.0
Added new functionality:Get Month Number – get the number associated with a date’s month Get Year Number – get the number associated with a date’s year Get Day Number – get the number associated with a...
View ArticleCRM Numeric Workflow Utilities v2.1.0.0
Added new functionality:Random Number Between – generate a random number between an upper and lower boundaryAlso cleaned up the action names so they’re more readable in the workflow editor.Moved...
View ArticleCRM Note Workflow Utilities v2.0.0.0
Some new workflow tools for working with Notes in CRM.Check Attachment Copy Note Move Note Delete Attachment Delete Attachment By Name Delete Note Update Note Text Update Note...
View ArticleVS Code JavaScript Snippets Extension
I had a few extra hours free this weekend and decided to convert the JavaScript code snippets from my CRM Developer Extensions project into an extension for VS Code (because that’s what all the cool...
View ArticleCRM REST Builder 2.4.0.0
Long overdue but here’s an update I’ve been working on for awhile.Added support for Web API actions & functions Added Web API endpoint selection Added Web API filtering on related records Added...
View ArticleCRM REST Builder v2.5.0.0
New in this release:Added 8.2 endpointChanged functionality to reload CSDL when endpoint changes to ensure metadata is correctAdded 8.2 option to return full entity on create & updateAdded option...
View ArticleNew Tool - CRM Code Editor
If you’ve ever tried to make a quick change to some JavaScript code inside CRM you’ve probably come to the conclusion that the experience isn’t so great, in fact it’s terrible. Not being able to tab to...
View ArticleShow SharePoint Documents on the Main Form
Here’s an easy way to embed the SharePoint document window you’d normally get by navigating to “Documents” under related records, which includes all the native functionality like search, upload, This...
View ArticleUsing Azure Key Vault to Store Configuration Data
There’s lot of ways to store things like username, passwords, urls, etc. for use in CRM code. I’ll be comparing some of those methods in a future blog post, but the more common approaches usually lack...
View ArticleCRM Developer Extensions - Where's VS 2017 Support?
In the process of a rewrite for Visual Studio 2017.Why a rewrite? There were some changes to be made to make the original extension work in VS 2017, it wasn't going to be a major effort but I thought...
View ArticleDynamics CRM/365 Yeoman Generator
As a result of a recent Twitter exchange I spent a few hours this past weekend and came up with a Yeoman generator for CRM project templates. Now you can create CRM projects from the command line –...
View ArticleEasy Plug-in Logging Using IL-Weaving
So what is IL-weaving or Aspect Oriented Programming (AOP)? At a high level, it’s the process of "magically" injecting additional code into what you’ve written at some point during the assembly’s life...
View Article