I want to refresh a page item for a specific time(e.g. 5 seconds,10 seconds), without doing any action like button click or page load.
I have tried this code below and replace the ID of my page item but it is not working, is there any other way to do this?
setInterval("jQuery('#P2_TIME').trigger('apexrefresh');", 300);
Thanks so much.