Want to use a different icon for the Dynamics CRM object depending on the context

I have a custom entity with an N: 1 relationship to contacts and another N: 1 relationship to accounts. Basically it is a glue that facilitates the relationship between many and many relationships between a contact and an account, with a little extra information added.

So now both the account form and the contact form have a link to a list of these unifying objects in the left navigation bar, but both show the same icon.

I would like to show a different icon in each form (ideally the Contact icon in the Account form and the Account icon in the Contact form).

Is it possible?

+3


source to share


1 answer


I'm not sure if I understood your question. Do you want to change the image of the system object? Not supported, but if you only want to change the icon from the sitemap, just upload a 24x24 image to WebResources and use the relative url in your sitemap.xml file.



+1


source







All Articles