A case for custom development in Dynamics

  A few days ago I was talking to a prospective client, and, once again, the question of how to approach custom development came up. My immediate response was more along the lines of having as little custom development as possible on the Dynamics projects since, more often than not, those customizations are implemented by… Read More »

C# code to upload files as web resources

  This is not the most common development task by far, but that’s just one more reason to share the code since it took me a little while earlier today to assemble it from different sources. Here is how you can upload all the files from the specified folder to Dynamics as web resources: 1.… Read More »

Virtual Entities in Dynamics 365

I think it’s the first time I’m writing a blog post about a feature that I can’t really try, at least not yet. Virtual Entities.. What could be the holy grail of integrations.. They are coming in the next release, so I can’t stop thinking of what this might mean for all the integrations we… Read More »

Team Work: how does this solution work?

This is going to be a follow up for the original post, so, if you have not read it, you might want to do it first: Team Work: Is somebody else working with the same record? In this post, I wanted to explain how that solution actually works since, it seems, that’s what was missing… Read More »

Supported or not? Maybe it does not matter

Just came across an interesting post in the Dynamics Team blog: Set default Business Process on a form while creating new record It is interesting in two different ways. First, it is offering a nice example of how to implement a useful feature.  When there are multiple business processes per entity, we can order those… Read More »

Your own dev environment is the only real support guarantee when it comes to the open source solutions (aka Github-based).. #DynamicsConsulting

With any open source solution for Dynamics (aka Github-based), the only real support guarantee is to get the source code to your own dev environment and to build it there. Only then can you safely use that solution in production.. Don’t do that, and you’ll find yourself in trouble when the author abandons that solution and you will have to… Read More »