I am currently working on configuring a button in Dataverse using the Ribbon Workbench. The button was created with custom JavaScript functions associated with it (hierarchy button) , and I'm encountering some challenges.
Button Type: The button is supposed to be an Out-Of-Box (OOB) feature provided by Microsoft but is behaving differently.
Visibility Issues: Despite following the configuration steps, the button does not appear in the application when I play it. I've checked the display rules and command rules, but I still cannot get it to show.
Debugging: In the console, I've noticed several rules being evaluated, including ones related to hierarchy settings, and the results seem to indicate issues that prevent the button from displaying.
Configuration Checks: I've confirmed that the button is not a custom button but rather an OOB one. I also want to ensure that I am not missing any critical steps in the configuration process.
Could anyone provide guidance on:
What specific checks I should perform to ensure the button appears as intended?
Are there common pitfalls to avoid when configuring buttons with custom JavaScript in Dataverse?
Any assistance or insights would be greatly appreciated!
Thank you!