Hi all,
I am trying to hide the values in an options using the below library and it is working fine so far.
Xrm.Page.getControl().removeOption();
The option set is created from a global option set and seems to be an issue in hiding the values.
Any idea on to approach this?