Add a custom Icon to global ribbon in modern driven app/D365 CRM
.jpeg)
Do you ever have a requirement to add a custom Icon to global ribbon in modern driven app/D365 CRM? Here I will show you how to add a custom Icon Create a new solution for global ribbon customization and add application ribbons. Now open the Ribbon Workbench in XRM toolbox and open the solution you have just created. Once you opened the solution drag the curser to right in the first row where you can see Mcrm.GlobalTab Now create a new button and place where you want to see on the global Ribbon Next you can add the action to the button, You can add urn and redirect to internal portal or SharePoint site or you can call a JavaScript action Here I am adding URL and redirecting to google.co.uk for demo purpose. Once all the above is done, publish the solution. you can see the custom icon as below. If you want to update the Icon image we need to update by uploading web resource. I used for Icons download https://icons8.com/ We need to u...