Discussions
Create a portlet that will show status.netsuite.com
You can easily check NetSuite's System Status by placing a custom status.netsuite.com portlet on your home dashboard. SuiteAnswer 50113 provides these steps:
1. Go to Customization>Scripting>Scripts>New2. Upload below file (type = Portlet) *Copy the following and save as "statusportlet.js"function statusPortlet(portletObj, column) { portlet.setTitle('NetSuite Status Page'); var content = '<iframe src="https://status.netsuite.com/status_ja.html" frameborder="0" width="1000" height="300"></iframe>'; portlet.setHtml(content); }3. Click Create Script Record 4. Click Portlet5. Set fields as below - Name = Status Page Portlet - Function = statusPortlet - Portlet Type = Inline HTML6. Click Saved and Deploy7. On the Script Deployment page, set fields as below - Status = Released - Execute as = Current Role - Deployed = Checked - Audience = Select desired roles as audience6. Click Save7. On Home>Personalize, click Custom Portlet8. On your custom portlet, click Set UP then select Source = Status Page Portlet 9. Click Save Regards,
@Robert Nedelkow-Oracle | NetSuite Support Community Administrator
Save the date: Join us for invaluable insights from ADMINISTRATION/CRM expert Mich Jabanes this coming NOVEMBER 19, 2025 - 1:00 PM TO 2:00 PM EST for Ask A Guru Live. RSVP and follow #AskAGuruLive for insights.
In case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is specifically designed to offer them information and guidance and help them make the most out of their NetSuite journey. Click here for more details.
