hey,
Have you ever wondered how to get values that you see in a lookup entity in MS CRM?
Today I found the way of doing this.
You simply pass an xml request to the Fetch property of the CrmService, in this example called mycrm.In this example I will make a dropdownlist of available languages a customer can order brochures in.
The entity we want to retrieve data from is in this case called new_language.
The XML I receive is like this
<
You might need to do some formatting of the attributes of the <resultset> since you might get some illegal characters.
Hope this helps,
Peace out,
Christian