How do I get the label text for an OptionSet parameter value?

Entity fields that have an OptionSet data type contains an integer value and a string label. You will mostly use the integer value when you use the field value in your code, no matter if you use the standard late bound method, for instance in your CRM plugins: … or if you use early binding […]

Read More