• meliorator
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
I've tried everything...

On a VF page I want to show a small icon based on a Checkbox on an object.

Imagine the checkbox is called "isClosed"

Seems that image formula fields that are passed to VF are escaped and show the string <img src="....

I've tried <apex:image url="{!IF(opp.isClosed__c, GetClosedIcon, GetOpenIcon)}" /> to call a method.

Any suggestions?


Is it possible to display $Organization fields in a sites Visualforce page. For example most organizations would probably like to display their address somewhere on their site, is possible to access the salesforce organization fields for this purpose?

I've tried everything...

On a VF page I want to show a small icon based on a Checkbox on an object.

Imagine the checkbox is called "isClosed"

Seems that image formula fields that are passed to VF are escaped and show the string <img src="....

I've tried <apex:image url="{!IF(opp.isClosed__c, GetClosedIcon, GetOpenIcon)}" /> to call a method.

Any suggestions?