I have this formula to search for a lead/contact on LinkedIn, thanks to another user:
HYPERLINK("https://www.linkedin.com/search/results/index/?keywords="&FirstName&"%20"&LastName&"&origin=GLOBAL_SEARCH_HEADER", "Click to Search")
It works great in a formula field but I would like this to be a custom button called "Search on LinkedIn."
The syntax does not seem to be correct for a button - does anyone know how I can modify this so that it would work properly?
Thank you,
Adrianne
6 risposte
Here is how you do it. This is how your button specs. will look like -
- Display Type: Detail Page Button
- Behavior: Open link in new tab
- Content Source: URL
- Code -
https://www.linkedin.com/search/results/index/?keywords={!Contact.FirstName}%20{!Contact.LastName}&origin=GLOBAL_SEARCH_HEADER