Hi,
My code:
myEntity= entity.ToEntity<MyEntity>();
myEntity.OptionSetField.Value = 280930002; - in this line
I get this error: Object reference not set to an instance of an object.
It happens only in an update step(in the create step I don't get it).
What can I do?
thanks!