Skip to main content
Adrianne Marquez (Raken) 님이 #Data Management에 질문했습니다
Hi all,

 

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개
  1. 2017년 5월 24일 오후 6:36

    Here is how you do it. This is how your button specs. will look like - 

    1. Display Type: Detail Page Button
    2. Behavior: Open link in new tab
    3. Content Source: URL
    4. Code - 

      https://www.linkedin.com/search/results/index/?keywords={!Contact.FirstName}%20{!Contact.LastName}&origin=GLOBAL_SEARCH_HEADER

0/9000