Modules

filter

 

Objects/Functions

module (N/https)

SuiteScript 2.0

ServerRequest.getSublistValue(options)

{ServerRequest}.getSublistValue({group: {string*},line: {string*},name: {string*}})

N/https Module
ServerRequest.getSublistValue()
Method Description: Returns the value of a sublist line item.
Returns: string
Supported Script Types: Server scripts For more information, see SuiteScript 2.0 Script Types.
Governance: None
Module: N/https Module
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=ServerRequest.getSublistValue(options)

Example:

// Code Example 1
// Add additional code
//...
serverRequest.getSublistValue({
group: 'item',
name: 'amount',
line: '2'
});
//...
// Add additional code

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