I have an entity abc_extramile
Which has fields abc_name and abc_type
abc_type is a optionset
User will input say "Yamaha" in abc_name
And select "Bike" from option set value abc_type.
After saving the value in abc_name should be changed to "Yamaha_Bike"
I'm using early binding and unable to get this option set value and and save the entity.