In my previous blog, I have discussed how to send email to dynamic multiple recipients who are part of CRM (like members of a team or all contacts of an account etc.). Since all the email recipients are resolved entity references in CRM, it hasn&r...
In this blog I am going to walk you through the process of sending an email to multiple users (dynamic in number) like members of a team or contacts of an account in Dynamics 365.
While it is pretty straight forward to send an email to stat...
This blog deep dives into solving one of the common hurdles faced by Dynamics developer in day to day life. With MS Power Automate undergoing rapid growth and MS recommending to switch to MS Flows instead of using CRM Async Workflows to achieve a...
In my previous blog, I have clearly explained how to construct an azure DevOps build pipeline which will generate zip file of respective CRM solution. This blog will walk you step by step on constructing a release pipeline. We can execute the rele...
This blog walks through each and every step in detail of how to create a build pipeline in Azure DevOps for automating the process of building a CRM solution or in other words generating the zip file from a CRM solution. Later, we will deploy this...
This blog will discuss how to check if logged in user has required security roles using client-side scripting (java script). In CRM tenants with multiple BU and security roles, it is often necessary to hide buttons based on the security role of l...
While most of you might wonder what’s such a big deal in accessing fields in either business process flow or header of the form. Well the traditional way of accessing BPF fields is to append “header_process” to schema name and ap...
It is a common business requirement among any kind of business which uses Dynamics CRM application that “We need some kind of manager approval process in place of our sales pipeline or contract management or service lifecycle”. Detail...