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
How to Remove an Active Unmanaged Layer from the Ribbon in Power Apps (Dynamics 365 CRM) Using ribbondebug=true
Customizing the ribbon (command bar) in Dynamics 365 CRM via Power Apps can be a powerful way to tailor the user interface ...
DYNAMICS 365 CRM ADDING ENTITY METADATA AFTER ADDING THE TABLE TO A SOLUTION
In Microsoft Dynamics 365 CRM, solutions function as the fundamental units for packaging, deploying, and managing s...
DYNAMICS 365 CRM HOW TO CHECK THE IMPORT SOLUTION PROGRESS
Importing solutions to the DEV, TEST, UAT or PROD environments in Dynamics 365 CRM is a common activity for system ...
HOW TO GET MICROSOFT DYNAMICS 365 FORM TYPE IN JAVASCRIPT
If you're working on forms within Microsoft Dynamics 365 and seeking to understand how to create different types of forms - such as Main Form,...
DISABLE ALL FORM FIELDS IN DYNAMICS 365 USING JAVASCRIPT
If you're working with Dynamics 365 and need to disable all form fields using JavaScript, this article has got you covered. There are three op...
CHANGE ROLLUP FIELD RECURRENCE SCHEDULE IN DATAVERSE / DYNAMICS 365
If you're using Dynamics 365, you might find the roll-up field feature useful for performing aggregation and calculation of data in a parent r...
OPEN DYNAMICS 365 ADVANCED FIND BY DEFAULT IN DETAILED MODE
If you use Advanced Find in Dynamics 365, you can optimize its usage by opening it in detailed mode by default. Normally, when you open the Ad...
SEARCH BY GUID IN DYNAMICS 365
Have you ever wondered if it is possible to search for a CRM record using its GUID in Dynamics 365? Well, the answer is both NO and YES. ...
SAVE FORM IN DYNAMICS 365 JAVASCRIPT
Are you curious about how to save a CRM form automatically in Dynamics 365 using JavaScript? Look no further! This tutorial will guide yo...
CHANGE CONTROL LABEL DURING RUNTIME IN DYNAMICS 365 USING JAVASCRIPT
If you're working with Dynamics 365 and require changing control labels at runtime, worry not. This blog post presents a simple solution using...