Modules

filter

 

Objects/Functions

module (N/currentRecord)

SuiteScript 2.0

CurrentRecord.cancelLine(options)

{CurrentRecord}.cancelLine({sublistId: {string*}})

N/currentRecord Module
CurrentRecord.cancelLine()
Method Description: Cancels the currently selected line on a sublist.
Returns: The currentRecord.CurrentRecord object that called the method.
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.cancelLine(options)

Example:

// Code Example 1
//Add additional code
//...
objRecord.cancelLine({
sublistId: 'item'
});
//...
//Add additional code

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