Dear Friends
Please guide me how I will fetch the only (Label and Value) of Global Option Set using WEB API V9. Currently I using the following but it shows whole metadata, But I want only Label and Value.
*This post is locked for comments
Dear Friends
Please guide me how I will fetch the only (Label and Value) of Global Option Set using WEB API V9. Currently I using the following but it shows whole metadata, But I want only Label and Value.
*This post is locked for comments
Dear N B
Is there any way to fetch only Labels and Values of Global Option Set by HTTP Web API ?? I dont want to Traverse the Fetched records by JavaScript or jQuery and then filter out Label and Value.
What I want, I just write the WEB API (Get Request url) in browser ( d365sample1.api.crm6.dynamics.com/.../GlobalOptionSetDefinitions(Name='new_category') ) and it will return only Labels and Values.
Try once, with Odata services "organizationurl+/xrmservices/2011/OrganizationData.svc/" EntitySet+$filter(or)$select eq..............
Please refer the below link:-
Dear Radu
No I do not want to parse the json and get the Value. I want to see in browser.
Look forward to your kind reply
Hello,
Can't you parse the response within your application and extract the values from there?
Regards,
Radu
André Arnaud de Cal...
293,041
Super User 2025 Season 1
Martin Dráb
231,860
Most Valuable Professional
nmaenpaa
101,156
Moderator