Hyperlink Formula - Flow or field

PHOTO EMBED

Wed Sep 18 2024 20:48:41 GMT+0000 (Coordinated Universal Time)

Saved by @dannygelf #apex #flow #salesforce #formula

Flow version:
HYPERLINK(LEFT($Api.Enterprise_Server_URL_610, FIND( '/services', $Api.Enterprise_Server_URL_610)) & {!$Record.AccountId}, {!$Record.Account.Name})     
     
Forula version: 
HYPERLINK(LEFT($Api.Enterprise_Server_URL_610, FIND( '/services', $Api.Enterprise_Server_URL_610)) & AccountId, Account.Name)     
content_copyCOPY

Create clickable formula field of a related parent object to be used in Email Templates or data tables, etc