Dropdown Colour

Ok So I have a dropdown on one of my modules called “Current Status”. The dropdown has 3 options Red,Amber and Green. My customer would like to have a colour circle appear as per the relevant colour. This could be a CSS circle or image. Any ideas would be a great help.

Many Thanks
Darrel

Hey Darrel,

You could do this a couple of ways. One would be to use some javascript and append the css circle or image after the element depending on status color.

You can see how to add a js file to a view here:
https://www.modlabs.com/sugarcrm-modules-blog/adding-custom-javascript-to-a-sugarcrm-view

Thanks I will take a look.