Merge Duplicate Customer Using script

Solution To merge the duplicate customers through script, use N/task module. Initially search for duplicate records using search.duplicates. This search is working based on the duplication set up on the NetSuite account. You can find duplicate records based on a field or internal id. This will merge record ‘1112’ to the ‘978’ including the transactions… Continue reading Merge Duplicate Customer Using script

How to create a task with dependent script using map/reduce script.

The scheduled or map/reduce script only used as a dependent script. Here we used the saved search to convert the search result as a csv file and stored in the file cabinet. // Specify a file for the search results                let asyncSearchResultItemFile = ‘file path need to give… Continue reading How to create a task with dependent script using map/reduce script.