Created
March 4, 2017 06:09
-
-
Save bethbrains/e5772fd0f15cae8da5578dab708bfd05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HYPERLINK( | |
/* If they're in Lightning */ | |
IF($User.UIThemeDisplayed="Theme4d", | |
/* Use Lightning syntax, optimized to avoid full page reload */ | |
"#/sObject/00OE0000003BLQi/view?fv0=", | |
/* Otherwise use Classic syntax */ | |
"/00OE0000003BLQi?pv0=") | |
/* Append the Account ID */ | |
&Id, | |
/* Specify the link text */ | |
"Report Link", | |
/* Keep it in the same browser tab to avoid full page reload */ | |
"_self" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment