Resolving the “That Search or Mass Update Does Not Exist” Error in NetSuite User Event Scripts

When loading a saved search into a NetSuite user event script, you might encounter the error message: “That search or mass update does not exist.” This issue can be caused by specific columns in the saved search. By systematically adding and removing columns, I identified that the “Current User” column was causing the problem. To resolve this, I removed the “Current User” column from the saved search, which allowed the script to load it without errors. Subsequently, I fetched the current user information directly within the script and attached it to the object as needed. This approach ensures that the saved search functions correctly in the user event script.

Leave a comment

Your email address will not be published. Required fields are marked *