A Marketing Calendar of all Marketing events would allow reps and marketers to visually see when the events are and in relationship to each other. Ideally the calendar would be a gant chart to see the overlay and would have enhanced filtering ability to sort calendar view by type of marketing event or by name or by another other custom field.
2 Comments » Posted by Lynne
Posted 10/26/06
Categories: Marketing Automation, Applications
|
Margot 10/26/06 |
My organization has created a shared calendar for "Marketing Events" that we put under a custom tab called "Marketing Events" (so when you click on the tab you are taken directly to the calendar). To do this, make a custom S-Control with the following code: <script language='JavaScript'> function redirect() { now = new Date; parent.frames.location.replace('/ui/core/calendar/CalendarPage?md1=' + now.getMonth() + '&md0=' + now.getYear() + '&cal_lkid=XXX'); } redirect(); </script> But replace "XXX" with the ID of your calendar. Then make a custom tab that displays your S-Control! |
|
campaigntimeline 03/02/07 |
Check out this AppExchange Package: http://www.salesforce.com/appexchange/detail_overview.jsp?id=a0330000002hLKDAA2 Campaign Timeline Calendar displays an overview of campaigns and their duration in a timeline Ajax widget. You can: * Display campaign duration in a timeline control * Pan campaign timeline by dragging timeline horizontally * Click through to see campaign details |