Trying to create a Lightning hyperlink on a contact record that I can use from Power BI.
답변 2개
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