Hi,
I've an option set field in my custom entity.
I'm able to retrieve text filed values, but when I tried to retrieve option set value I'm receiving the following error.
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary
Though I've declared the column logical name in the Columnset.
How to retrieve the option set value from my custom entity?
*This post is locked for comments