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 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
User Event Script help
Hi,
I have a script I am working on that creates a new record in a custom object, based on the creation of another record in a standard object. I cannot use workflow for this because I am working from the Attendee object and it is not exposed to Workflow (any clue why not?).
My before submit user event script is almost perfect except it does not create the last record in the chain properly. I am including the code with comment to show what does not work.
Any Idea what is going wrong.
function AddAttendee_userEventBeforeSubmit_Event(type)
{
////Before submit of the Event Record get the Event ID
0