isuniquevalue Validations issue

loudy

Member
Hello,

I set a field Validations to : isuniquevalue
but it works as must required.
I want it only to be working as: isuniquevalue not also required.

is.png

you will notice in the screen there is only isuniquevalue setup. but we are having the issue that it must be filled.

please help as we need it some times empty, as we do not have the info yet.
 
Add a "Condition" so the validation won't run if your element is empty.

Something like ...

Code:
return !empty('{yourtable___yourelement}');

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top