


Hi
I am looking for the syntax to toggle an Exclusion Group to required or optional
For regular text fields I am using field.validate.nulltest="error" or field.validate.nulltest="disabled" however for the exclusion groups thats not working.
HELP
Suggestions?
Meir
Views
Replies
Sign in to like this content
Total Likes
I don't think I've ever used .validate.nulltest for this. Not sure what the difference is (except maybe the exclusion groups!).
For all field types I use:
field.mandatory = "error";
field.mandatory = "disabled";
Views
Replies
Sign in to like this content
Total Likes
Hi
Thanks for your response. It seems the code was ok the problem was that the behaviour of the exclusion groups is different depending on Version and wheter the form is static or dynamic.
Again thanks for your response
Regards
Meir
Views
Replies
Sign in to like this content
Total Likes