Skip to main content
Paul Brainard (Northwest Harvest) 님이 #Formulas에 질문했습니다

Trying to create a Lightning hyperlink on a contact record that I can use from Power BI. 

답변 2개
  1. 2022년 12월 8일 오후 4:05

    Hi @Paul Brainard

     

    Please refer this:

     

    https://help.salesforce.com/s/articleView?id=sf.customize_functions_hyperlink.htm&type=5

     

    e.g.  HYPERLINK("http://www.salesforce.com", "Salesforce").

     

    Steps:

    1. Create a field in the desired object, as the data type of "URL"

    2. In the formula editor , enter the desired value OR use the appropriate function to derive output of URL value

     

    OR

    1. Create a field with data type of "TEXT"

    2. Use the Hyperlink function as noted above

     

    Regards,

    Kannan

0/9000