function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jgood2009jgood2009 

Pass id parameter to report edit mode

Is there a way to pass an id from a link to a report as a parameter, and have the report come up in edit mode?  Just trying to elminate the user have to click the customize link on the report, since they will need to go there anyway to enter the account name in the filters.  My code is below, which is accessed via a link on the Publication record.  However, the parameter is not getting passed to the report, although it shows up in the url, it does not populate in the report filters.

 

<apex:outputLink value="/00Oc0000000FJoV/e?pv2={!LEFT(Publication__c.id,15)}" target="_blank" >Specific Advertiser Report</apex:outputLink>

sivaextsivaext

Hi 

 

I think you can't pass parameters to report in edit mode.