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
maximum of particular field during a search.
We got a requirement where we need to generate a number
sequencially for ever new customer created depending upon the value created for previous
customer and increment of that value to new customer
In order to achieve this we are using a field name Account (standard field in Customer Master Screen)
and searching records based on that and trying to find maximum of that field so that
we can insert max+1 into Account field of
newly created record during beforeSubmit event of Server suite scripts but we are getting null value ,
here is the script i am running can any one help us towards this issue.so that we can
0