In Pega version 24.2.3, imported components compatible to V24.2.3 and created tabs using Dynamic hierarchial form and followed the steps mentioned in the below documentation
https://pegasystems.github.io/constellation-ui-gallery/?path=/docs/templates-dynamic-hierarchical-form--docs
In a view, added fields checkbox, text box and tabs. Text box field is required and visible when the check box is unchecked. Similarly, the tab and the fields inside it are visible and required when the checkbox is unchecked. The pages in the tab are formed similar to the steps mentioned in the documentation.
On submitting the screen with the check box unchecked, validation is working as expected for the text field (outside the tab) and for the fields inside the tab.
When the screen is submitted with the check box checked, then the text field and the tab is not visible but validation is fired for the fields inside the tab. For the text field outside the tab, it is invisible and the validation is not fired and working as expected.
Somehow the refresh is not happening on check/uncheck of the checkbox and the validation for the fields inside the tab created using dynamic hierarchial form component is not working as expected
TabValidationIssue.docx
In Pega version 24.2.3, imported components compatible to V24.2.3 and created tabs using Dynamic hierarchial form and followed the steps mentioned in the below documentation
https://pegasystems.github.io/constellation-ui-gallery/?path=/docs/templates-dynamic-hierarchical-form--docs
In a view, added fields checkbox, text box and tabs. Text box field is required and visible when the check box is unchecked. Similarly, the tab and the fields inside it are visible and required when the checkbox is unchecked. The pages in the tab are formed similar to the steps mentioned in the documentation.
On submitting the screen with the check box unchecked, validation is working as expected for the text field (outside the tab) and for the fields inside the tab.
When the screen is submitted with the check box checked, then the text field and the tab is not visible but validation is fired for the fields inside the tab. For the text field outside the tab, it is invisible and the validation is not fired and working as expected.
Somehow the refresh is not happening on check/uncheck of the checkbox and the validation for the fields inside the tab created using dynamic hierarchial form component is not working as expected
TabValidationIssue.docx