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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
User Event beforeSubmit working but not afterSubmit
I have a 1.0 Suitelet generating a record.
Then a User Event on that record type catching on userEvent.Type.CREATE and creating a scheduled MR task.
When I run this beforeSubmit, everything works fine, but I need the ID of the record to be passed to my MR task. So I switched things over to afterSubmit and it doesn't appear to be kicking the script at all now. I tried logging at entry, and I'm not getting anything back. Does afterSubmit not register when coming from 1.0 to 2.0 but perhaps beforeSubmit does?
0