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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Ajax calls to RESTlet
Hi everyone, I'm new to RESTlet and I have read a lot of information from here. Now I tried to create a html page that calls RESTlet upon opening it from my external server. Unfortunately I couldn't make a call to RESTlet. I knew it failed because I didn't see any debugging message under the Execution log at all.
Hope someone could help with the script. // Thanks
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" ></script>
<script type="text/javascript">
0