You need to sign in to do that
Don't have an account?

how to refresh std console case page from pop up vf page
Hi,
I have popped a vf page from a button of on the std case page (of console layout).
I am inserting some values from the pop up vf page to the std case page.
But to see the updated values in the cosole case page, I need to manually refresh the console.
Is there any way, can that console page be automatically refreshed when the values are inserted in to case object?
Please let me know.
Thanks,
JBabu.
I have popped a vf page from a button of on the std case page (of console layout).
I am inserting some values from the pop up vf page to the std case page.
But to see the updated values in the cosole case page, I need to manually refresh the console.
Is there any way, can that console page be automatically refreshed when the values are inserted in to case object?
Please let me know.
Thanks,
JBabu.
You can use timed javascript to run your refresh code automatically after a set interval. Here is some info: http://www.w3schools.com/js/js_timing.asp