Discussions
SuiteWorld is the largest annual gathering of the NetSuite community! It will be held in Las Vegas on October 6-9, 2025. Our customers and partners look forward to SuiteWorld every year as a place to hear the latest from NetSuite, get hands-on learning, and connect with each other. Register now!
Now, you can stay up-to-date with the latest discussions, helpful tips, and important announcements, all delivered straight to your inbox. Whether you’re looking to catch up on what you missed or just want a quick overview, our email digest has you covered. To learn more and to subscribe, click here.
Mass Update of Multiple Saved Searches to change the owner
I have been researching for approximately a month on how to update multiple saved searches. I have been tasked with changing the owner of two terminated employees over to a different owner. Everything I have found states that I need to write a script. I have a script that is executing successfully, but not making the modifications in the script.
Can anyone provide any insight?
/**
* @NApiVersion 2.x
* @NScriptType ScheduledScript
* @NModuleScope SameAccount
*/
define(['N/search', 'N/record'], function(search, record) {
function execute(context) {
var startDate = '1/01/2021 1:00 am'; // Specify the start date of the date range in yyyy-mm-dd format
var endDate = '7/23/2023 11:00 pm'; // Specify the end date of the date range in yyyy-mm-dd format