A dev team created a formula field to be a link to an external website where data is pushed to and from by API, I'm trying to build a visualforce page to show that external website on the lightning page. Any suggestions?
2 answers
@sakshi nagpal - Both those options seem to allow embedding a static page, but the formula field the dev team created references the object record: IF(OR(ISPICKVAL(********, "***"), ISPICKVAL(*********, "******")), HYPERLINK($Setup.*****************.Base_Url__c + '/go?object_type=record&salesforce_id=' + CASESAFEID(Id), "View application ****", "_blank"), "") The * are what I used to hide private information.