NetSuite Portlet Refresher

Refreshes the portlets in your NetSuite dashboard automatically every time you log in or access your NetSuite home page.

Next Time you loads your NetSuite home, portlets refresh automatically!!!

Javascript

window.onload=function(){
	   // ns-portlet-icon ns-portlet-icon-refresh ns-portlet-action

	    jQuery(".ns-portlet-icon").click();

}
<HTML>
<HEAD>
	<h1>Netsuite Portlet Refresher</h1>
</HEAD>
<style type="text/css">
	body {
    min-width:300px;
}

</style>
<BODY>
	


 <p>Refreshes the portlets in your Netsuite Dashboard Automatically every time you login or access your netsuite Home Page.</p>


<p>Next Time you loads your Netsuite Home, Portlets Refresh Automatically!!!</p>
</BODY>


</HTML>

Leave a comment

Your email address will not be published. Required fields are marked *