Modules

filter

 

Objects/Functions

module (N/http)

SuiteScript 2.0

http.ServerRequest

// Please search https://system.netsuite.com/app/help/helpcenter.nl?search=http.ServerRequest for more information.

N/http Module
http.ServerRequest
Object Description: The HTTP request information set to an HTTP server. For example, a request received by a Suitelet or RESTlet. This object is read-only. For a complete list of this object’s methods and properties, see ServerRequest Object Members.
Supported Script Types: Server scripts For more information, see SuiteScript 2.0 Script Types.
Module: N/http Module
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=http.ServerRequest

Example:

// Code Example 1
// Add additional code
//...
serverRequest.getLineCount({
group: 'sublistId'
});
//...
// Add additional code

//SOURCE: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_4314608702.html