Building Rich UI Extensions for Dynamics CRM using SparkleXRM

I've added the first 3 videos in a 5 part series called 'Building Rich UI Extensions for Dynamics CRM using SparkleXRM' Part 1 - Creating your first SpakleXRM Project Part 2 - View Model Form Data Binding & Unit Testing Part 3 - Adding an Editable Grid Part 4 - Pulling it all together Part ... [More]

Can I do that (in Dynamics CRM) ?

I'm sure by now that you've seen the new hierarchical visualisations in Dynamics CRM 2015. By clicking on the little icon in lists or on a form you can see the records graphically laid out. In true Dynamics CRM style anything you can do through the user interface is accessible through the SDK and s... [More]

Control Async Workflow Retries

The Dynamics CRM Async Server is a great mechanism to host integrations to external systems without affecting the responsiveness of the user interface. Once such example is calling SharePoint as I describe in my series – SharePoint Integration Reloaded. A draw back of this approach (compared ... [More]