Grooper 21.00.0082 is available as of 12-12-2023! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.00.0044 is available as of 06-20-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.1.0026 is available as of 09-16-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 24.0.0012 is available as of 10-10-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Why do Hidden Fields not fire their expressions?
Bradley
Posts: 94 ✭✭✭
I have a hidden field that is used as a utility for mapping a specific unique value at Document Export. The Calculate Expression does not execute if the field isn't visible. This causes the document export to fail.
The only way to currently fix this for production is to show that utility field.
The only way to currently fix this for production is to show that utility field.
Tagged:
0
Comments
This is not a bug.
Field validation is not performed on hidden fields by design. Field validation is the action that triggers the execution of Field Expressions (with the exception of the Default Value Expression).
Validation is not performed, because if a field is hidden, and invalid, there will be no way for a user to correct the field issue.
Can you elaborate on what you mean by a 'specific unique value'? There may be alternative functionality that can accommodate what you're trying to accomplish.