DYNAMICS 365 POWER PANE BROWSER EXTENSION

In another series of posts ( Part 1 , Part 2 , Part 3 ), we saw a list of advanced actions that can be performed by the users using the browser extension Level up for Dynamics 365/Power Apps.
In this post, we will see another browser extension which is the Dynamics 365 Power Pane and what actions can be done with it.
- GENERAL
- USER INFO
This option will show some info about the current user such as User Name, what roles the user has, etc...
- EXECUTE FETCH XML
This option will allow you to execute a fetch Xml query and see its result
- USER INFO
- RECORD ACTIONS
- ENTITY INFO
This option will show you the entity schema name with its type code of the current record
- RECORD ID
This option will show you the GUID of the current record
- RECORD URL
This option will show you the full URL of the current record
- CLONE RECORD
This option will open a new record in a new tab with all the fields filled by the same values of the current record. The new record has to be manually saved in order to be created - RECORD PROPERTIES
This option will show the properties of the current record
- ENTITY INFO
- FORM ACTIONS
- ENABLE ALL FIELDS
This option will enable all the fields on the form without any exception - SHOW HIDDEN FIELDS
This option will show all hidden fields on the form - DISABLE FIELD REQUIREMENT
This option will disable all the requirements of the required fields - SCHEMA NAMES AS LABEL
This option will show on the form, the field schema name as a label instead of the field display name
- SCHEMA NAME COPY MODE
This option will allow you to copy the field schema name by clicking on the field - SCHEMA NAMES IN BRACKET
This option will show the field schema name in a bracket alongside to the display name
- SHOW OPTIONSET VALUES
This option will show you the values of the options in a option set field
- SHOW FIELD VALUE
This option will show you the value of a field you searched for
- FIND FIELD IN FORM
This option will allow you to search for a field schema name on a form and will focus on it - HIGHLIGHT DIRTY FIELDS
This option will highlight the modified fields and not yet saved
- CLEAR ALL NOTIFICATIONS
This option will clear all the notifications of the form
- REFRESH RIBBON
This option will refresh the ribbon - REFRESH FORM
This option will refresh the form -
- ENABLE ALL FIELDS
- NAVIGATIONS
- GO TO RECORD BY ID
This option will open a record in a new tab based on the entity logical name and record GUID you enter
- GO TO CREATE FORM
This option will open a new record form in a new tab based on the entity logical name you enter - ENTITY EDITOR
This option will open the entity editor in the customizations so you can make changes
- SOLUTIONS
This option will open the solutions page that lists all the solutions in your environment
- CRM DIAGNOSTICS
This option will open the Dynamics 365 Diagnostics page to check the latency and bandwidth in your environment that could help you to troubleshoot some performance issues
- PERFORMANCE CENTER
This option will turn on the Performance Center that can be used to troubleshoot performance issues and give you some useful insights about the time that it takes a form, JavaScript file, or other control to load...
- MOBILE CLIENT
This option will open the mobile app view of the current app
- GO TO RECORD BY ID
Published on:
Learn moreRelated posts
Why Plugin Depth Matters in Dynamics CRM
Plugin development in Dynamics CRM is one of the most advanced and intricate components, requiring deep expertise in the platform's event pipe...
Debunking: Dynamics CRM Destination – How Text Lookup Works
When we want to push data to Dataverse/Dynamics CRM using SSIS – KingswaySoft, usually there are relationships (lookup) that we need to ...
Understanding Activity Party Types in Dynamics 365 CE
Dynamics 365 Customer Engagement features 11 unique activity party types, identified by specific integer values in the ActivityParty.Participa...
Debunking: KingswaySoft Dynamics CRM Source- Output Timezone
Hi! I’m back after so a long hiatus (probably I’ll write the reason for this later 🤣). As [lazy] Developers, we’re most lik...
How to configure donotreply email using Shared mailboxes in Dynamics 365 CE?
This article explains how to create and configure a Shared Mailbox in Microsoft 365 for sending emails to users in Dynamics 365 CE. It details...
Enhancing Knowledge Retrieval with Microsoft Copilot Agents in Dynamics CRM and SharePoint
Studies show that 70% of employees spend unnecessary time searching for information across multiple systems, leading to productivity losses an...
{How to} become MCT Microsoft Certified Trainer on Microsoft Dynamics 365 Customer Engagement step by step instructions
Hello Everyone,Today i am going to share guidelines on becoming Microsoft Certified Trainer on Microsoft Dynamics 365 Customer Engagement or P...
Default Value vs. Current Value in Dynamics 365 CE: Key Differences
In Dynamics 365 CE (Customer Engagement), environment variables are used to manage configuration settings for solutions. When dealing with env...
How to Write and Understand a Dynamics CRM Plugin
Here’s a sample plugin code in Dynamics CRM written in C#, along with a detailed explanation of each line. This plugin will update the "...
Dynamics 365 CE Solution Import Failed in Azure DevOps Pipelines
Got the below error while importing Dynamics CRM Solution via Azure DevOps Pipeline. 2024-12-18T23:14:20.4630775Z ]2024-12-18T23:14:20.74...