Hello folks,
Here is my requirement.
If field1 is '01' then gray out field2 and field3 else if field1 is '02' then edit the fields field2 and field3 for the user to enter some values.
I had coded the logic in PBO for the above requirement.
Now if the field1 is '02' then field2 and field3 can not be empty.
For this I am giving an error message coded in PAI.
My problem here is when the error message is displayed the fields field2 and field3 are grayed out. But I want those 2 fields to be displayed for input even after the error message. I will post the logic in my next message.
Thanks,
Naren