function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jishan royjishan roy 

If i have already data in account linkedin field but whenever i clicked on this field url its not redirect in linkedin page

Detail : in lead object there are account linkedin field and on that field there are linkedin url but whenever i clicked on this link it will not redirect on linkedin page i think link is not generated.

so for that i created 1 formula field and on that my formula is like:
HYPERLINK("https://www.linkedin.com/in/FirstName" ,"https://www.linkedin.com","__blank"

 

this is my formula but its not working 

if account linkedin field had link then redirect to linkedin page

thanks in advance,

PriyaPriya (Salesforce Developers) 

Hey Jishan,

if the above ways are not working then, you can create a visualforce page and you can use the concept of page reference to direct to any URL you provide.

If this help, kindly mark it as the best answer,

Thanks & regards,

Priya Ranjan