Hi,I've written a piece of fromapi code which is getting ocalled "onSaveValid"(IWEventRegistry.addFormHandler("onSaveValid", validation).Inside the code,I have a requirement where I need to enable/disable a checkbox on a certain value selection(setReadOnly is used for that).But since the function is getting called onSavevalid, the enable/disable functionality is showing only then,whereas this should be working on selection(means not till the DCR is saved).How do I achieve this?Regards,Mav