Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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