25
06/18
salesforce lightning report取URL参数
in classic , we know use pv0,pv1,pv2,pv3... but in lightning , we use fv0,fv1,fv2...
21
06/18
salesforce report get url parameters
Passing report filters as query params to Salesforce reports ! Today, I stumbled across an interesting problem, where one needs to “Run a report by passing parameters through link or button click” Their is no direct way visible in report configuration screen for the same. So I scanned salesforce developer boards for the same, and found this solution that worked perfectly for me, thanks “mikef” for sharing this solution(can’t find your twitter profile ). Using the same ...