Created
March 4, 2017 06:09
-
-
Save bethbrains/e5772fd0f15cae8da5578dab708bfd05 to your computer and use it in GitHub Desktop.
Revisions
-
bethbrains created this gist
Mar 4, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ 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" )