Author Archives: Alex Shlega

Dynamics CRM 2013: Business Rules

Business rules in Dynamics 2013 seems to be a useful feature for at least a few reasons: They can replace javascript validations, at least to an extent. In other words, CRM administrators have an option to implement validations without involving developers/consultants Business rules work for mobile forms They are implemented as workflows(xaml). Potentially, there are… Read More »

Service Activities and capacity scheduling in Dynamics CRM

When working with service activities, we can use out of the box scheduling feature which allows us to choose appointment times based on the resource availability. Resource availability, whether it’s a CRM user resource or a CRM facility resource, relies on the capacity calculations. Many times, we’ll have default capacity for our resources (which is… Read More »

HTML source in Dynamics CRM emails

Dynamics CRM is, likely, not the best tool to do email templating, but, on the other hand, sometimes it’s just easier to send notification emails from Dynamics CRM using a combination of email router and CRM workflow. The problem with this sort of quick and dirty approach is that there are limits to what CRM… Read More »

Recurring workflows in Dynamics CRM

A recurring workflow is, basically, a workflow that starts itself. There have been rumors that recurring workflows in Dynamics CRM can be implemented using child workflow (for example, by adding “wait” step and, then, starting a child workflow of the same type). However, I’ve never been able to really make it work since Dynamics turned… Read More »

Different faces of Dynamics CRM

I have to admit I’ve been in the trenches, and that’s been happening for quite a long time since I’ve managed to miss this announcement: “What did CWR Mobility and Microsoft announce? CWR Mobility and Microsoft announced on February 6, 2012 that the Microsoft Dynamics® CRM Q2 2012 service update will deliver the capability for… Read More »

Dynamics CRM: Scribe vs SSIS

I used to think that Scribe is almost the only choice when it comes to ETL tools for Dynamics CRM. It is convenient, it does the job, it is the first tool that comes to mind.. However, I recently tried to create an SSIS package using SSIS adapter for Dynamics CRM from Kingsway Soft, and… Read More »