Posts

Showing posts with the label D365 CRM

Copy components from one solution to another

Image
Copy components from one solution to another Many times, we need to copy components in Power platform from 1 solution to another. This blog will guide you on how we can copy components from one solution to another solution automatically instead of adding manually. Here in this blog, I am using 2 solutions (Solution A as source and Solution B as destination). Solution A contains Case table, and we will copy that table to Solution B) 1. Select component from Solution A which you want to move in Solution B and then click on Advanced option in header and then on Add to solution option. 2.  After clicking “Add to solution” option you will be prompted to select the destination solution (in my case I will select solution B).         3. Now click on Save.   4. After clicking on Save and once component is copied to destination Solution you will receive success notification as shown below.         5.  Now, verify your ...

Make D365 CRM Entity as Read only

Image
Hi, this blog will guide you on how you can make an Entity as Read only in Dynamics 365 CRM. Steps : Ensure that the entity which you want to make read only is not already read only. In my case it is account entity and you can see it in not read only. Now, Open solution. Expand Entities node and click on Account. After clicking Accounts on right side you will see a general tab. In, General tab just scroll down and go to Outlook and Mobile section and ‘Tick’ Enable for Unified Client and then ‘Tick’ Read-only in Unified Client. Now save and Publish the solution. G o back to entity and check it is now read only. Hope this helps you out!