Hi,
I am able to hide the unwanted global option set value in portal using the following code but on portal option set is showing as multi select and the value is not hiding using the code below. Any ideas please. Thanks
$("#new_test option[value='123400000']").hide();