Skip to main content
Hi,

 

I would like to run an Events report which produces data based on a particular Company record.  Is there any way this can be done based on the company record you are in?

 

Ideally would go like this:-

 

Open up company record A, click a link to the events reports, dynamically pass in Company A and the report shows the data.

 

Thanks
4 answers
  1. Aug 23, 2011, 1:09 PM
    Hello,

     

    To reference Account name in Custom buton/link use: {!Account.Name}

     

    You need to associate it to appropriate report filter parameter pv0; pv1;...

     

    If you have just one parameter in report filter it would be something like:

     

    /00O2000000155hj?pv0={!Account.Name}

     

    Regards,

     

    Nash
0/9000