Disabling a Field in SDV Based on a Prior Field's Value

Posted by lmw on 19-Sep-2008 10:20

Would anyone be able to tell me the best way to accomplish this? I have not been able to come up with a way to do it.

I have 5 enabled fields on a SDV.

Based on the value of field #4 I want to be able to disable field #5. (i.e. if field #4 = "X" then I want to disable field #5 but then re-enable it after I have done the Save of the record otherwise it stays enabled).

Thank you for your help.

All Replies

Posted by Admin on 21-Sep-2008 20:33

Have you tried overriding enableFields and disableFields? After the run super, you can enable/disable field 5 as necessary.

This thread is closed