• Andy Schwartz
  • NEWBIE
  • 15 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
I have a simple VF page with an iframe embed, which I display as a Visualforce element on a record layout. I was wondering if it was possible to conditionally display the iframe based on whether the value of a text field on the record is NULL or not.

If NULL then no iFrame (or even a different iframe or static content)
If Not NULL then display the iframe.
I have a simple VF page with an iframe embed, which I display as a Visualforce element on a record layout. I was wondering if it was possible to conditionally display the iframe based on whether the value of a text field on the record is NULL or not.

If NULL then no iFrame (or even a different iframe or static content)
If Not NULL then display the iframe.