onurmenal / crm-power-pane

The CRM Power Pane is a helper tool designed to integrate with Microsoft Dynamics CRM application and allow you to manipulate forms or perform actions faster throughout the Microsoft Dynamics CRM application .
MIT License
69 stars 25 forks source link

Add "Ribbon Debug" feature #144

Open fkalchi opened 1 year ago

fkalchi commented 1 year ago

:bulb: Describe the solution you'd like It would be very helpful, if you would add another button to enable ribbon debugging. Ribbon debugging can be enabled by adding "&flags=FCB.CommandChecker=true&ribbondebug=true" to the URL. The button should check, if the search params are already present and if not, add the params above to the URL.

Additionally, it might be helpful to make the button a toggle, which is also able to remove the params from the URL.

:information_source: Additional context See: https://d365demystified.com/2020/04/14/debug-ribbon-button-customization-using-command-checker-in-dynamics-365-ce-unified-interface/