Skip to main content
I can get dynami reporting to work in classic, but the code ?pv0={CustomObject.name} does not work in Lightning.  I have used the code in Classic and works great.  I have seen other posts about this.  Are there any solutions yet?

We ar enew to salesforce, so my entire company uses Lightning and noone uses classic.
1 resposta
  1. 14 de mai. de 2018, 15:14
    For the next person who stumbles onto this post.  I've found a link format that works in Lightning (as of May 2018).  

     

    Classic: /[ReportID]?pv0={!MergeField}

    Lightning

    : /lightning/r/Report/[ReportID]/view?fv0={!MergeField}

    I will note my issue with this, which I'm still exploring:  First, the Lightning format is not working in the mobile app.  Second, I have users still in Classic, and the Lightning link will not work for Classic users.  
0/9000