I need your help: How I can Hide/Unhide a ribbon button in Dynamics CRM 2015 by Javascript?
Thank you in advance !!
I need your help: How I can Hide/Unhide a ribbon button in Dynamics CRM 2015 by Javascript?
Thank you in advance !!
You can achieve this by customizing Ribbon XML, using Ribbon Work Bench makes it easier than doing a manual edit. You would need to use the "Enable Rule" portion of the customization and call your JavaScript function, returning true/false would show/hide the button. If you simply need to hide it and not toggle the display, you could use the same tool to hide the button by simply selecting the button and hiding it using context menu options.