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