Posts

Using Clone a Solution for deleting solution components in D365 CRM.

Image
Hello Guys, In our previous  blog   we have seen how to clone a solution. Today we are going to see how we can delete component from the managed solution in target environment. Do follow us to know more about Dynamics and Power Platform. Also if you like our blog then please comment and share this blog with your friends. We will be working with the same solution. As you can see, on production environment we have moved Blogger solution and it's patches. Now if we open the solution we can see below components: Consider a scenario you moved your managed solution to production environment and there are some components like flows, web resources, tables or columns that are not used any more.  Now as a result you may want to delete it from production environment. If you try to delete it from managed solution you are not able to do it. For example, we want to delete Training Comments column from the production environment. Let's see how to do that. Open Development environment and open

Using Clone a Solution in D365 CRM.

Image
Hello Guys, In our previous  blog   we have seen how to clone a solution patch in D365. Today we will see how to clone a solution. Do follow us to know more about Dynamics and Power Platform. Also if you like our blog then please comment and share this blog with your friends. We will be working with the same solution and components. As you can see in below image we have moved solution and its patch.  Now we will be creating one more patch of the solution and we will move one power automate flow using that patch. For time being we have already created patch of the solution as shown below: Add one Power Automate Flow inside the solution. Now we will export this solution and import it to Production. As you can see we have moved the patch. Now here if you notice we have one main solution and several patches of the same solution. If we will be moving lots of patches in the same way then it will create lots of patches and can vary size in DB. Microsoft Power Platform provides a feature named

Using Clone a Patch in D365 CRM.

Image
Hello Guys, In our previous  blog   we have seen how we can create user in Azure Active Directory using Power Automate Flow. Today we will see how to clone a solution patch in D365. Do follow us to know more about Dynamics and Power Platform. Also if you like our blog then please comment and share this blog with your friends. If you are new to the solution then please go through this blog . While working on some project, we have came across some scenario where we need to deploy solution on next environment like UAT or Production from Development environment  once our development is done on Dev environment. Deploying developed solutions from one environment to another is critical task as we need to take care of many things while moving the solution. when solution is being moved to one environment from another, we have to ensure that it's being deployed without any error. Also once deployment is done, we need to check whether its working properly or not. Microsoft Power Platform prov

Create user in AAD using Power Automate.

Image
Hello Guys, In our previous  blog   we have seen how we we can send URLs in email using Power Automate Flow.  Today we will see how we can create user in Azure Active Directory using Power Automate Flow. Do follow us to know more about Dynamics and Power Platform. Also if you like our blog then please comment and share this blog with your friends. Consider a scenario where we are using D365 CRM for storing our internal employee information. We are using contact table for the same. Now we want whenever a new employee joins organization a new user account should also be created in AAD. First of all we will see what information is required for creating user in AAD. As you can see in above image we have two users available. Now click on New User. So here to create a new user we need above information to be filled. Now let's see how we can achieve this using Power Automate Flow. We will be creating one automated flow which will be triggered whenever a new employee record will be created

Create and Send CRM URL dynamically in Email using Power Automate Flow.

Image
  Hello Guys, In our previous  blog   we have seen how we can write and test unit test case for plugin. Today we will send URLs in email using Power Automate Flow.  Do follow us to know more about Dynamics and Power Platform. Also if you like our blog then please comment and share this blog with your friends. There are some scenarios where we need to send email along with some URLs. For example we have created some views which contains specific records and we want to notify user by sending email which contains URL of that view. Now we can send the URL of the view by copying it from browser and send it in mail. But this will run only for one environment as different environment is having different guids. Let's see how to do that.  We will be creating one schedule flow which will retrieve Accounts and for each account it will send email along with URL. Visit  https://make.powerautomate.com/  and select your environment. Now click on create and select schedule flow and configure it as