Question
not applicable
IN
Last activity: 9 Jun 2022 4:16 EDT
How to write Validation Logic for user input required with 3 digits, then hyphen, then 8 digits
Hi ,
I have requirement to implement a validation logic for Text field.
The field should accept the mentioned format, first three should be digits, then Hypen, then 8 digits numeric.
otherwise error should be thrown.
example:- 123-12345678
Could you help with java code required to implement this in edit validate rule.