Hello,
I am setting option set value on change of another field using javasctipt. But while setting option set value, sometimes instead of closing option set, it selects the value which is being set using Javascript and keep expanded.
Can anyone plz help me how can I close option set, I tried by setting focus on another field but no luck.
Thanks.
*This post is locked for comments
I have the same question (0)Hi Nilesh,
This is because of form unsaved changes , Try to save the forms using javascript after set the optionset value.
You can also try with business rules.