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.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Adding SuiteScript Logic to Website
We have a deployed web site that handles our customers who search our inventory.
We have a backend server that serves up some other data that we want to integrate into the site.
[LIST=1]
[*]User visits site, goes to Page A
[*]Page A checks to see if they are logged in
[*]If not, push to a login/register page
[*]If they are, display a form
[*]If they submit the form, process it (using nlapiRequestURL), parse the JSON data, update the page (possibly dynamically)
[/LIST]
What I can't figure out is if SuiteScript can be used on the site, and if so, how to write it and deploy it.
0