|
The formula field can be created on a standard or custom object.
|
Hyperlink Formula Syntax
|
Description
|
---|---|
HYPERLINK("https://www.google.com," "Display Text," "_self")
|
When the target is set to "_self," the link is opened within the Go app using WebView.
|
HYPERLINK("https://www.google.com," "Display Text," "_blank")
|
When the target is set to "_blank," the link is opened using the device's default mobile browser.
|
HYPERLINK("https://www.google.com," "Display Text")
|
When the target is not set, the link is opened using the device's default mobile browser.
|
HYPERLINK("https://www.google.com", "Google Home Page", "_self")
|
|
HYPERLINK("https://www.google.com", "Google Home Page", "_blank")
|
|
HYPERLINK("https://www.google.com", "Google Home Page")
|