Hi,
I am working on some functionality and I want to get value of some fields whose type like OptionSet, Status, State etc. When I am trying to get value of it, I am getting value in numbers like 0 and 1.
i.e. https://xxxxxx.crm.dynamics.com/xrmservices/2011/OrganizationData.svc/InvoiceSet
When I fire above query and get data, data of OptionSet types is in numbers where actual data is different. Same way when I try to get "Status Code" whose type is "Status", it returns value like 0 and 1. The actual value is "Active".
Can anybody suggest me how to get value of this such fields?