
I have tried creating a New Component on the Home page. However, I can only find a way to insert an HTML, Image or Link.
Is there a way to create another active list that is able to be filtered in the manner I'm describing?
Thanks,
nw
1 个回答
Hi Neal,
It is possible but only through Visual Force and a moderate amount of coding. My suggestion would be do one of two things (both involve you first creating report that filters based on your search criteria)
1) You can create a link that will allow your users to click a link to a report that will display all of their 'Calls' for a certain time frame (this could also be changed to show different filters)
2)You can use a large HTML component in the middle of your homepage and use an <iframe> tag that would display the report results (basically would eliminate the need for the users to click)
Both of the two options require you using a report to first specify what you want to show. Again, without some moderate coding this is a feasible option!
Best of luck and let me know if you need any help!