Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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( '