Getting OptionSet values out of CRM2015 with C#
Every so often when you are reading a record in code the integer values from the OptionSet fields arent enough because you want to display the whole of the data contained in the record and make it fit for user consumption. Unfortunately the only way is to pull out the OptionSet values from the fields […]