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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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