I know the below code allows the retrieval of text/value from an optionset but I want to retrieve the description (which is entered when setting up the optionset).
Is this possible?
Get the value from a CRM OptionSet field
var value = Xrm.Page.getAttribute(“CRMOptionSetSchemaName”).getValue();
Get the text from a CRM OptionSet field
var text = Xrm.Page.getAttribute(“CRMOptionSetSchemaName”).getText();
*This post is locked for comments
I have the same question (0)