Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Unknown Error on beforeSubmit xedit
Hi folks;
I'm getting an "unknown error" being thrown to the client window while testing a beforeSubmit script on a mass update and I cannot figure it out. It's possible that it's not even my script that's throwing the error (in fact, I have a try/catch on the whole thing and nothing is getting caught) but it's pretty clear that it's the introduction of my script that's causing the error.
What my script does is pretty simple - it loads the current record if it's an xedit and pulls a few data fields. I have some basic logic (if A=X and B=Y type stuff) and if it's all true then I set some fields and email the customer a welcome email.
0