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
Dewerys VasquezDewerys Vasquez 

Hi all, I'm Junior Admin with no programming background and I'm trying to create a Visualforce Page.

I'm trying to create a Visualforce Page or a Blue bar that contains the text "New MRAF Member" and I want to make it dependable of checkbox field so that it only appears on the indivual detail page when this field is selected. Please help. 

Thanks 
Ashish DevAshish Dev
Are you planning to embed a VF page on object's detail page for blue bar requirement?
I think you can utilize formula field with IMAGE formula?

Let me know if that does not work for you.
Dewerys VasquezDewerys Vasquez
Hi Ashish, 

Thank you for your replied. I'm trying to implement the IMAGE formula field you recommended and honestly I don't know how to create it with the right syntax. Please help, see my draft below :

IF(MRAF_Member__c = TRUE, IMAGE("/servlet/servlet.FileDownload?file=01539000003Iu7c",'TRUE'))

 Thanks