You need to sign in to do that
Don't have an account?
How to Extend Date picker's Year using Console component
Need to extend the standarad page date picker's Year using javascript.
Tried with VF page by injecting into the component console.
But due to cross-domain security issues,not able to do.
Any other ways...
Tried with VF page by injecting into the component console.
But due to cross-domain security issues,not able to do.
Any other ways...
Please Follow below steps:
1) Go to Setup -> App Setup -> Customize -> User Interface. Here make sure the 'Show Custom Sidebar Components on All Pages' is checked.
2) Go to Setup -> App Setup -> Home Page Layouts. Make sure all your Home Page Layouts have the Messages & Alerts component checked.
3) Go to Setup -> App Setup -> Home Page Components. Here, click edit for Messages & Alerts. In the textarea, copy and paste the javascript code below and save (it can just go below your normal Messages & Alerts, won't show up on the actual page).
Its working fine in my org.
If it will helps out.Mark it for helps others :)
Thanks
Thanks for your time.
I was able to do with the Sidebar Components as you said.
But in the service cloud I need to do with the custom console component.
In the custom console component I added a VF page and trying to do it.
Of course you will get cross domain security issues,but trying to do in another way.
Is there any other way to extend the date picker which in standard page.
thanks