You need to sign in to do that
Don't have an account?
SFRich
Change to public calendar on home page
Does a user keep the same Home page regardless of App? Can I switch a home page when the App changes? I am creating a custom app with it's own public calendar. When the user selects the App, how can I update / switch their calendar to see the public calendar? In other words, can I automate the Calendar 'Change' option when they switch Apps?
Well, there is a way-around to achieve this. So i would not say it is not possible :D
You can embed an I-Frame in the home page where you can check, which app are you currently in. You can do this by checking the parent window URL. It's like-
https://na3.salesforce.com/home/home.jsp?tsid=02u50000000AJMl
Here, "tsid" corresponds to the app you have selected. So, checking this, you can render components on your home page dynamically;)
try n see if this works for u!!
Cool_D