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.
Random Number
Using Create Record within a Workflow, I need to populate a field with a Random number between 100000 and 999999.
I've previously done this with the following script function.
Math.floor(Math.random()*899999+100000)
But now I'm trying to do it inside a NS formula.
I've tried FLOOR(RAND()*899999+100000) but it comes back with a expression error.
Anyone done anything similar?
Thanks.
0