Section Visibility containing mandatory fields
Hi,
Section A Section B
PropertyA PropertyB : mandatory
control type :RadioButtons
control options :
- sole
- joint
Present Condition: if "joint" radio button option in Section A is selected,then Section B will be visible and flag shown if the mandatory PropertyB is not filled.
Problem: if "joint" radio button option in Section A is not selected,then Section B will not be visible but flag is still shown for the mandatory Property B.
I used expression builder and checked run on client.I need pre-submit validation ,client side so I used when expression(when .PropertyA=="joint") but it still has the same problem
How do I set visibility condition and pre-submit validation for a section containing mandatory fields such that it doesn't show red flag even when the section is hidden.What are the specifications for using the when rule and the correct control type.And also I am working in Pega6.2
Thanks..