When to trigger plugin or workflow on Survey Response Voice of Customer

Voice of Customer (VoC) is a excellent tool for survey editor right in CRM, though it still lacks some nice to have functionalities. I'm not going to discuss about VoC in this post. Survey Response is a entity collecting all Answers for Questions in the Survey. When user submits the survey, Survey Response and Answers … Continue reading When to trigger plugin or workflow on Survey Response Voice of Customer

Can’t set record Status Reason to default value in CRM Worklfow with Status Transition Rules Enabled

I encountered a weird case when trying to set record status reason to default value on creation of the record in CRM Workflow with Status Transition Rules enabled in the entity configuration. I'll replicate the case and implement a workaround in my trial CRM Online instance. Let's say we need to track payments from customers. … Continue reading Can’t set record Status Reason to default value in CRM Worklfow with Status Transition Rules Enabled

Convert Word to PDF in Dynamics 365 CE Online with Flow (Part 3)

Today I will show you how we can put the Flow we created in the previous part into action. You should complete the workflow to Generate a Word document from a template in this post before we can proceed. Our goal is to convert the Word document to a PDF document and attach it to a … Continue reading Convert Word to PDF in Dynamics 365 CE Online with Flow (Part 3)

Convert Word to PDF in Dynamics 365 CE Online with Flow (Part 2)

I discussed about advantages and disadvantages of different approaches in part 1. I'll cover how we can achieve our goal with Flow in this part. We have setup the workflow to generate Word document in this post. Now we need to create to convert the Word document to PDF document and attach the PDF to … Continue reading Convert Word to PDF in Dynamics 365 CE Online with Flow (Part 2)

Using Document Generation with SetWordTemplate Action in Workflow in Dynamics 365

The process of generating documents (Word or Excel) is made easy using One Click Document Generation released from Dynamics CRM 2016. And you want to make it even easier by implementing automation with SetWordTemplate action in Workflow. And you may encounter some errors while working with. I'll show you how to resolve them in this … Continue reading Using Document Generation with SetWordTemplate Action in Workflow in Dynamics 365