CRMSalesPerson Class

The CRMSalesPerson class contains methods that you can use to retrieve sales person information. Salesperson is derived from system user.

There are no properties for this class.

For more information about using XML, see XML Document Object Model

  System.Object

   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Web.Services.Protocols.WebClientProtocol
            System.Web.Services.Protocols.HttpWebClientProtocol
               System.Web.Services.Protocols.SoapHttpClientProtocol
                  CRMSalesPerson
[Visual Basic .NET]
Public Class CRMSalesPerson
   Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMSalesPerson : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMSalesPerson: public System.Web.Services.Protocols.SoapHttpClientProtocol

The CRMSalesPerson class exposes the following methods.

Method Description
RetrieveByOrganization Retrieves all sales person objects that are assigned an organization.
RetrieveByTerritory Retrieves all sales person objects that are assigned to a territory.
RetrieveUnassigned Not supported in this release.

Requirements

Namespace: Microsoft.CRM.Proxy

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.