Hi All ,
I am doing some customization on BPF present on case form . What I am trying to achieve is put two fields on BPF . One is option set with values YES and NO ,and one is text field. On Selecting YES from option set, I am making text field mandatory otherwise non-mandatory through business rule.
What I have understood that OOB behaviour of BPF is that , if any field is on BPF (not present on form) and it is required then Still we can make changes to the form and save , it will not validate the BPF required field. BPF required field gets validated only when we try move to next stage.
Now here is the issue which I am facing , whenever I am selecting yes on BPF and text fields becomes mandatory through business rule on BPF . Now when I am doing some changes to form and saving it , it is not getting saved asking me provide value of text field on BPF.
How can I make sure that this text field on BPF which I am making required trough business rule should get validated when we are moving to next stage , not on saving the form.
Thanks