Modules

filter

 

Objects/Functions

module (N/currentRecord)

SuiteScript 2.0

CurrentRecord.getSubrecord(options)

{CurrentRecord}.getSubrecord({fieldId: {string*}})

N/currentRecord Module
CurrentRecord.getSubrecord()
Method Description: Gets the subrecord associated with the field.
Returns: currentRecord.CurrentRecord
Supported Script Types: Client scripts For more information, see SuiteScript 2.0 Client Script Type.
Governance: None
Module: N/currentRecord Module
Since: 2016.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=CurrentRecord.getSubrecord(options)

Example:

// Code Example 1
//Add additional code
//...
var sublistFieldValue = objRecord.getSubrecord({
fieldId: 'subrecord'
});
//...
//Add additional code

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