Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events

Setting Exclusion Group to Required in FormCalc or Javascript

Avatar

Level 2

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

2 Replies

Avatar

Level 10

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";

Avatar

Level 2

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