I know that url hacks will not work in Lightning and that you can use Actions to replace ones that prepopulate records, etc. But how do you use an action to link to a report so that it is Dynamic?
2 comentarios
I created a super simple visualforce page using whichever controller I need for a given object and all it does is spit out my custom links with the &fv#= parameters. Slap that into a visualforce component and you're good to go :) I prefer that to a formula field since I can use it in places other than just the details layout.
For the record, I am not a developer, have zero experience with HTML, VF or Apex and Googled my way through this. Once you get one link done, it's just a matter of copy/pasting!