Add a custom Icon to global ribbon in modern driven app/D365 CRM

 

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 upload SVG type, we can convert the image to SVG format by using https://convertio.co/png-svg/


Once the web resource is successfully uploaded, go back to Ribbon workbench select the web resource in Modern image and publish again. 



Now all done, you can see the custom Icon in Global ribbon. 


Thank you for visiting this blog 🙏



Comments

Popular posts from this blog

How to update 100000(hundred thousand) records with power automate flow by using chunk expression, Split the list and pass onto child flows.

How to keep flows remain on if the flows don't run for 90 days

D365 CRM-Change Entity translations(Sub area) in Modern driven app.