I need help troubleshooting a formula field for accounts that links directly to a report that is automatically filtered to the account I am viewing.
Working hyperlink before going after my domain:
HYPERLINK("https://nXXX.lightning.force.com/one/one.app?source=aloha#/sObject/00O0L000003e0LGUAY/view?fv0="& Id, "Donation Metrics")
After deploying my domain I tried this:
HYPERLINK("https://MyDomain.lightning.force.com/lightning/r/Report/00O0L000003e0LGUAY/view?0.source=aloha#/sObject/00O0L000003e0LGUAY/view?fv0="& Id, "Donation Metrics")
5 件の回答
Hi Flavia,
Refer below link which describes how to use filtering report from the URL in Lightning Experience.I think you do not need to use the complete URL. Use the below URL
/one/one.app#/sObject/00OR0000000PCHYMA4/view?fv0=
https://help.salesforce.com/articleView?id=reports_filter_url.htm&type=5