Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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
0
