I have a form with items P1_APP and P1_USER.
P.S. P1_USER is select list. Display John Return 1 Display Andy Return 2
I need to disable when user selects John.
When P1_USER = 'John', P1_APP should get disabled which is a multi select list.
I created dynamic action on P1_APP, True Action= Disable,Affected element P1_APP
Client condition : Item =Value
Item= P1_USER
Value= John
However this is not working.
I have used similar logic to disable interactive grid items and was able to do so. Why is this not working for form?
EDIT: In Value now i am putting 1 which is return value for John. However when i select John. It disables P1_App upon clicking. But remains disabled even when i choose Andy.