Skip to main content
I know the question has been asked and I have gone through release notes (https://releasenotes.docs.salesforce.com/en-us/spring17/release-notes/rn_rd_reports_filter_url.htm) , but can't make it work.....

 

I have my URL link set as:

 

/00O3a000004cTJP?pv0={!Campaign.Id}

 

and works perfect in Classic.

 

I have changed it to:

 

/00O3a000004cTJP&fv0={!Campaign.Id}

 

but does not work neither in Lightning nor Classic.

 

Report Type: Campaigns with Campaign Members

 

First and only filter: Campaign ID

 

Filter report via URL

 

What am I doing wrong?
3 件の回答
  1. 2019年9月30日 18:08
    Button or Link URL:/lightning/r/Report/00Oxyjlkajdljsd/view?fv0={!Campaign.ID

    }

    /lightning/r/Report/[Report ID]/view?fv0={!Campaign.ID}

    Add the above URL in your custom link. replace report ID with the report you are using for this custom link. Test this in your sandbox by activating recent update from salesforce.

     

     
0/9000