Posted on Published: 2025-06-04 09:45 Region Refresh Category APEX Example 1apex.event.trigger( "#region_id", "apexrefresh" ); apex.region("region").refresh();Example 2// this will auto-refresh the projects report every 5 seconds. setInterval("jQuery('#region_id').trigger('apexrefresh');", 5000);