anyone ever deal with ensuring unique document num...
# suitescript
b
anyone ever deal with ensuring unique document numbers when override of auto-generated numbers is allowed (specifically via web services)? https://netsuiteprofessionals.slack.com/archives/C29HQS63G/p1543342081673500
s
one thought that comes to mind here is to create a custom record with a custom field to act as your auto-increment counter. Then have a script that increments that counter?