Hi
we have a form FormFieldExtension which overrides the method VerifySaveRestrictions.
In this function we are checking whether the field is required. If the field is marked as required in the form field matrix and the users uses a path without form field validation, the IsRequired attribute returns true. While this is technically true, the deactivated form field validation would ignore the requirdness for the other fields.
The current workaround is
- The field is not marked as required in the field matrix
- The path with activated form field validation marks the field as required in the additional path validation rule and returns true
- The other path marks the field as not required instead
It would be great, if the value of the form field validation would be available in the SDK so that we can modify the code and not all paths where this is used.
This behavior applies to 2025 R1 and R2. I have no chance to look into it,, but I think the "IsRequired" property was set to false in older versions.