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
NasipuriNasipuri 

Report running report

Hi,

 

We have a requirement as below

 

"Application needs to record all reports executed by users - recording the date, time, system-user and variable settings (criteria used) when the report was executed."

 

Can anybody please tell me how this is possible in Salesforce.com?

 

Thanks and Regards,

Dinesh Nasipuri

 

RickyGRickyG
Dinesh -

You cannot get this information from standard Salesforce reports.  You could possibly implement something like this with a third party reporting solution that you could call from a function and pass parameters.  With that capability, you could
- Create a custom object to hold all this information
- Create a tab to collect this information
- Once a user did a save, make a call to the function to run the report.  The information would be available for access in the custom object.

Hope this helps.