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.
Validating input containing a string in netsuite
I have a custom field called Key Number, it is a string of digits containing 2 digits and starting with 9. This field is mandatory. How do I check and verify the user's input to make sure user enters
1. 3 digits
2. first digit starting with '9'.
If not, to set off an alert saying. User input invalid. Entry must start with 9 and contain 3 digits.
0