I have used this but when I execute then its not validate. firstly call netsuite validation i.e "Phone number should have seven digits or more."
a
alien4u
02/18/2019, 4:46 PM
@rahul If NetSuite already have a validation what are you trying to do exaclty and in which script type/context?
r
rahul
02/18/2019, 4:58 PM
Actually phone field is taking any character like space, string. i want to validate from 1st character. if anyone enter less than 7 character then it validate from my regular expression, not from netsuite validation.
rahul
02/18/2019, 5:00 PM
is it possible to override netsuite validation using own regular expression?