Modules

filter

 

Objects/Functions

module (N/task)

SuiteScript 2.0

EntityDeduplicationTask.recordIds

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

N/task Module
EntityDeduplicationTask.recordIds
Property Description: Number array of record internal IDs to perform the merge or delete operation on. You can use the search.duplicates(options) method to identify duplicate records or create an array with record internal IDs.
Type: number[]
Supported Script Types: Server scripts For more information, see SuiteScript 2.0 Script Types.
Module: N/task Module
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=EntityDeduplicationTask.recordIds

Example:

// Code Example 1
//Add additional code
//...
dedupeTask.recordIds = ['107', '110'];
//...
//Add additional code

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