Level Up for Dynamics 365/Power Apps

September 3, 2025 · View on GitHub

Level Up is a browser extension that helps Dynamics 365, Power Apps, and web teams work more efficiently. It provides quick admin actions, custom command execution, UI utilities, and diagnostic tools in a compact sidebar or popup.

Extension Modes

There are two modes in the extension: Sidebar mode and Express Mode. When you click on the extension button, the popup you see is the Express Mode. Below is a summary of what is available in Sidebar mode and Popup mode.

Sidebar ModeExpress Mode
1. Impersonation
2. Form Actions
3. Navigation Actions
4. Custom Commands
5. Debugging Actions
6. Dark Theme/Light Theme switcher
1. Form Actions
2. Navigation Actions

You can launch Sidebar from the popup by clicking the links in the bottom.

Sidebar

You can also launch it from the Right Click Context Menu.

Context

Sidebar has two modes: Default and Simple.

Sidebar Modes

If you choose Simple, you will get the same functionalities like the Popup. Impersonation is available only in the Default mode.

Below are screenshots of the extension displayed side-by-side for quick comparison.

Sidebar (full-featured UI)     Popup (compact UI)
Extension Sidebar      Extension Popup

Functions

The extension organizes actions into different categories accessible through the sidebar UI or a minimal popup UI.

Form Actions

#ActionDescription
1Logical NamesShow logical names for all fields and tabs on the form
2Clear NamesHide logical names and restore original field labels
3God ModeMake all fields visible and editable regardless of security roles
4Changed FieldsHighlight fields that have been modified on the current form
5Record URLCopy the current record URL to clipboard
6Record IDCopy the current record GUID to clipboard
7Web APIOpen Web API endpoint for this record in a new tab
8Refresh SubgridsRefresh all subgrids on the current form
9OptionSet ValuesView all option set values and their numeric codes
10Clone RecordCreate a duplicate of the current record with all field values
11Refresh Without SaveRefresh the form without auto-saving changes
12Show All FieldsView all fields and their values in a searchable table
13Open Form EditorOpen the form editor to modify the form layout
14Table ProcessesView workflows, business rules, business process flows, custom APIs, and actions for this entity
#ActionDescription
1Open by IDOpen a specific record by entering its GUID
2New RecordCreate a new record by selecting entity type
3Open ListNavigate to a list view for any entity
4SecurityAccess security roles and permissions settings
5System JobsView and monitor system jobs and workflows
6SolutionsAccess solution management and customizations
7ProcessesManage business processes and workflows
8MailboxesConfigure email settings and mailbox status
9HomeNavigate to the main Dynamics 365 homepage
10Advanced FindOpen advanced search and query builder
11MobileAccess the mobile client interface
12Solutions HistoryView history of solution imports and changes
13Pin to Side PanelPin the current page to the side navigation panel

Debugging Actions

#ActionDescription
1Forms MonitorMonitor form events and script executions in real-time
2Command CheckerDebug ribbon commands and check their availability rules
3Perf CenterAnalyze form performance and identify slow operations
4Disable Form HandlersTemporarily disable all form event handlers for debugging
5Disable Business RulesTemporarily disable all business rules on the current form
6Disable Form LibrariesTemporarily disable all form JavaScript libraries
7Enable Dark ModeEnable dark mode theme for Dynamics 365 interface
8Clear FlagsClear all debugging flags and restore normal behavior

Additional Features

  • 🎭 User Impersonation: Act on behalf of other users (requires System Administrator privileges)
  • ⚡ Custom Commands: Execute custom JavaScript commands and scripts
  • 🔧 Extension Configuration: Switch between Default and Simple Sidebar modes.

Credits

  • Bob Guidinger's original idea on Impersonation
  • Ivan Ficko for the original PR in v3 that added impersonation capability to Level up
  • Rocket Icon by Jerry Low