Hi there,
We are creating a service that updates few fields in custom entity. One of those fields type is optionset. In the source data, we only have labels of these optionset. But i couldn't find a way to set the Label as optionset field value. For example below are the options of my optionset field.
Label Value
------------------------------------
Normal 640330000
Medium 640330001
High 640330002
In my source data i only have Label values like Normal, Medium and High. Is there a way that i can pass these Normal as a value of RestAPI and Set it.
Please suggest.
Thanks,
Venu