List of Industries
-
26. august 2008 23:19
I want to obtain a list of the Industries. Does anyone know if this data is stored as an entity? It says it comes from a picklist however I don't know how to access this information.
I need to get it by using an XML Soap XSI query. Please let me know if this isn't possible.
Alle besvarelser
-
27. august 2008 08:01Redaktør
This is stored as picklist values, not as an entity. There are 2 ways to retireve the values:
-
Via a SQL query on the FilteredStringMap view
-
Through the CRM MetadataService web service, using a RetrieveAttributeRequest message
- Markeret som svar af DavidJennawayMVP, Moderator 1. maj 2009 18:08
-
-
27. august 2008 23:28
I appreciate the reply, however I don't fully understand. So this won't work as a with what I currently have? Does using the MetadataService web service give me access to a different area of the CRM database that a SOAP xmlns web service connection will not?