• Loren Shanks 11
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi All,

I'm trying to create a Formula Field that has an image like a button that says "Generate Contract". When clicked, it has to run a flow. I'm trying to create the hyperlink but the image isn't showing at all. Thoughts?

IF( AND(Ready_for_Contract__c = TRUE,  ISNULL(ContractId)),  

HYPERLINK("/flow/Opportunity_to_Contract&OpptyID=Opportunity.Id&retURL=/Opportunity.Id", IMAGE("/servlet/servlet.ImageServer?id=0154E000000DVxa&oid=00D4E000000D6rZ&lastMod=1470934396000", "Generate",30,130))  , "")