Santro
Santro

Reputation: 55

CRM 2011 - How to retrieve Global option set using SOAP request in JavaScript

I have the global option set created in CRM 2011 with the name "my_global_option_set". I would like to retrieve this along with the values using JavaScript. I prefer making the SOAP request and I do not have the GUID of the created global option set.

Thanks for your help in advance.

Cheers.

Upvotes: 0

Views: 749

Answers (1)

Daryl
Daryl

Reputation: 18895

Microsoft recently released a SOAP Javascript library. It's for 2013, but besides the Action Message stuff, it should all be the same. I'd look there.

Upvotes: 1

Related Questions