Hi All How to handle duplicate auto numbering of t...
# suitescript
d
Hi All How to handle duplicate auto numbering of transaction which are set by user event script? as more than one transaction is created at a time?(lets say more than one invoice is created at the same time)?
b
try very hard to avoid numbering transactions by script
otherwise try reading the SAFE guide on techniques for concurrency management
section 4.7 currently begins on page 78
d
Thank you @battk appreciated