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
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