Power Pane in Dynamics CRM
Introduction
Dynamics CRM Power Pane is a powerful tool and basically, an extension to Google Chrome which enables a developer/end-user to get the relevant information from Dynamics CRM including Entity Name: Record Id, etc. which plays an important role while writing the code for the application, as the same is dependent over the schema name of attributes.
It is very easy to use. After adding the extension into Chrome, we see a new orange lightning icon in the top left corner. After clicking the icon, we will see a menu, as in the image.

Open a record in Dynamics CRM and click on the Orange Icon on the top of the browser.
Record Actions
At times, we need to identify the GUID of the record which has been opened by us in the browser to get more information of the record, or let's say, we need to get the Record Id for executing some custom code of ours
Record Id is a unique id and it’s a primary key for a record.


Record URL
Record URL, as the name suggests, shows the unique URL associated with a record and once we have this URL, we can share it across users within the organization. The condition applied here is that the user needs to have a required role and permission over the record.

Schema Names
Using the tool, the schema name is visible to a user on a simple click with little to no effort, saving time and energy.

As we can see, Dynamics CRM Power Pane can make life easier for CRM consultants and admins. But, I would not recommend giving this tool to all users. They could create chaos or other problems with your data.
Comments
Post a Comment