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.
nlapiRequestURL - 5th parameter??
In the documentation, nlapiRequestURL is detailed as such:
nlapiRequestURL(url, postdata, headers, callback)
• url {string} [required] - The HTTP(s) URL being requested - (fully qualified unless
NetSuite page)
• postdata [optional] - Body used for a POST request. It can either be an associative
array of form parameters or a string. If null, then a GET request is used.
• headers {hashtable} [optional] - An associative array of name (header) value (header
value) pairs
• callback [optional] - A callback function called when the request is completed (Client
SuiteScript only)
In 2 of the 3 example, however, there is a FIFTH parameter:
nlapiRequestURL( '
0