function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SAI CHARAN MADUGULASAI CHARAN MADUGULA 

Colour Image not visible for user profile

Hello Team,

IF(ISPICKVAL(Status__c, 'Completed'),IMAGE("/servlet/servlet.FileDownload?file=015S0000000dYFi", "Green", 9, 15)&"Completed",

I have used the above formula to populate the colour image for the field.But the strange thing is it is showning the  colour image for me, but when i logged into user profile and check on the field it is not populating/showing the image.

My profile is system admin and the user have different profile can any body please help/suggest me on this to show this colour image for the user profile.


Thanks!!
 
rajesh kumar 302rajesh kumar 302
Hi SAI CHARAN MADUGULA ,
Is your image is publically available in your Document object?

Thanks.
SAI CHARAN MADUGULASAI CHARAN MADUGULA
User-added image
This is image in the Document Rajesh.And can you suggest me what to do.
rajesh kumar 302rajesh kumar 302
HI SAI CHARAN MADUGULA,
Use this formula and i am sure you will definitely get image in your field.

IF(ISPICKVAL(Status__c, 'Completed'),IMAGE("/servlet/servlet.FileDownload?file=015S0000000dYFi", "Green",9,15),"Completed")

If there is any error please let me know & If this solve your issue please mark it as best answer.

Thanks.