Posts

How to make same record available in two different Organization / Environment?

Image
Hello Guys, In our previous  blog   we have explored some facts about business rules. Today we will see, how we can migrate CRM records from one environment to another using same GUID. 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 many scenarios where we need to move crm records from one environment to another environment along with same GUID. We can use Data migration tool which are available in XRM toolbox. But we will use CRM Data import. Login to Destination Environment in which you want to import the Data with the same GUID. For example we have some contact records as shown below in Dev environment. Now we want to import these records on QA environment. So first of all open advance find and select the table as shown below: You can click on Edit column to select specific column which you want to be available in destination environment. Now click on Export Con...

Some facts about Business rule in D365 CRM.

Image
Hello Guys, In our previous  blog   we have explored business rule. Today we will see some facts about business rules. Business Rules are used for implementing conditional functionalities like validation and pre-filled. The execution order of the business rule is as below: 1. System JS 2. Custom JS 3. Business Rules. If one Entity is having more than one Business Rule then order of execution depends on their activation. You can see the Rank of the Business Rule's execution order using Synchronous events execution order editor tool in XRM Toolbox. Consider a scenario, we have one table named Person as below: We have created two BR for some validation and prefill as shown below: The first BR is used to make the Last Name field mandatory and other one is used for setting full name based on first name. Now login to xrmtoolbox and open  Synchronous events execution order editor tool and select Person entity. Expand it and you see the rank of the BR. Basically BR rank depends ...

Using Pipelines in Power platform for deploying solutions to environments.

Image
Hello Guys, In our previous  blog   we have seen how to use changesets in PA flow for atomic transactions. Today we will see how we can use Power Platform pipeline for deploying solutions. 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. AS a CRM Developer, we need to create and manage solutions for various environment. Once development is done on Dev environment, we are moving the CRM changes by packaging into the solution to next environment like UAT and Production. Previously we were doing the solution movement manually but nowadays we have CICD pipeline in Azure. Now Microsoft has introduced pipelines in Power Platform too. So today we will be exploring the same Pipeline and will see how to deploy solutions in various environment using Power Platform Pipeline.  As you can see in above image, we have three environments like Dev, UAT and Prod. We will be doing some cus...