Hi, I am trying to case type code through plugin, but I always get this text "Microsoft.Xrm.Sdk.OptionSetValue", how do we get optionset value. I attached the code snippet
Entity incidentEntity = _orgService.Retrieve("incident", incident(_orgService), new ColumnSet(true)); string casetype = incidentEntity.Attributes["casetypecode"].ToString();
*This post is locked for comments