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!
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