My LogiX is Undeniable.
//This is how to Get OptionSet attribute value and text in CRM 2011var optionset = Xrm.Page.getAttribute("attributename");Get Optionset Textvar text = optionset.getText();Get Optionset Valuevar value = optionset.getValue();