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.
Generate formatted running number
Dear all,
does anyone have experience with generating formatted running number, for example sales order name in format SO/201310/0001
I am having script that will generate formatted running number in User Event - Before submit.
I am facing problem if 2 user submit on the same time then :
1st user will get SO/201310/0001
2nd user will also get SO/201310/0001
after save
1st user will get SO/201310/0001
2nd user will get 101
which 101 is the default running number from netsuite for sales order transaction.
is there a best practice way to handle this?
or
does netsuite has return error that indicate that the number is already exist so we could generate new number for it.
Tagged:
0