CRM 2011 – Javascript snippet – How to remove all existing values from an OptionSet

Posted on February 10, 2012

0


A quick Javascript snipped on how to clear all options in an OptionSet

Xrm.Page.getControl(“optionSet”).clearOptions();

 

and there is nothing more to say on this

About these ads