You need to sign in to do that
Don't have an account?
Start flow from Formula Field Link
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)) , "")
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)) , "")
Why you wanted to use Fromula field instead of detail page button ?

There might be a few reasons...The first thing that comes to mind is so you can set feild level security with a formual field that you cannot with a button on a page layout.