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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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