Hi,
I have tried using a constraint on a field in a search form, but it's not getting triggered. What I need is if the field is not entered and user tries to click search, it should throw error passed in constraint.
Patch I used:
visible when(condition)
Field1
constraint(Field1 entered)
"Field1shouldbeentered"
Any suggestions on what I did wrong or what can be done to achieve this?
Thanks!