List of Industries

Beantwortet 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:01
    Redaktør
     
     Svar

    This is stored as picklist values, not as an entity. There are 2 ways to retireve the values:

    1. Via a SQL query on the FilteredStringMap view
    2. Through the CRM MetadataService web service, using a RetrieveAttributeRequest message
  • 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?