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
Nuevo9763Nuevo9763 

Open Reports tab in Salesforce classic from custom console footer component

Hello everyone,
I am creating a custom console component in concole footer, which when clicked should open the Reports tab in a new browser tab in Salesforce classic UI. Anyone has done something similar before? This is first timeI am worksing with custom concole components. I figured I have to create a VF custom componene nnamed say 'reports' and add it to console footer. Now since this component does not do anything (meanig no data retrieve or any such thing) do I need a controller for this component? I am thinking I do not needa component. I think I can achive the required functinality using javascript in the component. Am I on the right track? Is this the correct way to do this?
Thanks,