Author Archives: Alex Shlega

Dynamics CRM (TCS Tools): Use a workflow to update related entities

If you read my previous post, you know how you can use TCSTools Lookup Setter custom worfklow activity to find a lookup value using a fetchxml query: http://www.itaintboring.com/dynamics-crm/dynamics-crm-use-a-workflow-to-set-a-lookup/ Let’s imagine a different scenario. What if you had an account and related contacts, and what if you wanted to push a field value you just entered on your account… Read More »

Dynamics 365: Editable grids and autosave

For a little while now, Dynamics has been offering editable grids. Having this functionality in Dynamics had been a dream for many of us – it makes a lot of things so much easier. After all, we can finally provide that great user experience where users can edit everything they need on the same screen. However, there was a… Read More »

Check your plugin code, or here is what you’ll see: There should be only one owner party for an activity

There is an interesting error I’ve never seen before that can now happen in Dynamics whenever you are deleting a service activity: Log file does not have a lot of information, but there is a clue: [Microsoft.Crm.ObjectModel: Microsoft.Crm.ObjectModel.SyncWorkflowExecutionPlugin] [75200d82-9f20-e711-8118-480fcff4b171: ] Starting sync workflow ‘Assign SA’, Id: 6f200d82-9f20-e711-8118-480fcff4b171 Entering AssignStep1_step: Sync workflow ‘Assign SA’ terminated with… Read More »

Dynamics 365: What’s not supported anymore

Here is my growing collection of features which I got used to in the previous versions of Dynamics and which are no longer available in Dynamics 365: 1. You can’t use backspace/delete to cleanup lookup fields anymore You know how you could set focus to a lookup field and hit delete (or backspace) button to clean… Read More »

Dynamics 365: 4 hours into trying the Project Service..

I wanted to share some of my experience with the Project Service – it has not been quite ideal (the experience, not the product), and I am wondering why. To start with, there is a great introductory article here – that’s what I used to understand some of the concepts behind the Project Service implementation: https://community.dynamics.com/crm/b/crmcat/archive/2016/05/30/introduction-to-project-service-in-crm-2016-update-1 Many thanks to… Read More »

What do I need to know to become a Dynamics developer?

How would you answer if a .NET/JavaScript developer asked you: “what do I need to know to become a Dynamics developer?” There are, of course, books/bootcamps/courses covering this subject.. However, to put this in the context, imagine a project that’s been delivered by a consultant and that has to be supported by the internal full-time employees.… Read More »

SSIS Connectors Test Setup instructions

You can use the scripts and solution/project files below to set up the same data migration test that I used to compare KingswaySoft to CozyRoc in the Part 4 of the Data Migration with SSIS series of posts: Part 1: Introduction Part 2: Overview Part 3: SSIS Data Connectors Part 4: Let’s put it all to… Read More »