Hi Team,
How do i validate in this format for a text field and it must start with
P- and then integers of a certain length .
Thanks in advance
Hi Team,
How do i validate in this format for a text field and it must start with
P- and then integers of a certain length .
Thanks in advance
You can use 2 functions:
StartsWith
Length & IsInteger
If the entered value of property doesnt match either of these- throw a validation
@RSENTHILKUMAR :Thank you