You need to sign in to do that
Don't have an account?
Nasipuri
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
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.