CRMSalesPerson Class
The CRMSalesPerson class contains methods that you can use to retrieve salesperson information. Salesperson is derived from system user.
There are no properties for this class.
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 salesperson objects that are assigned an organization. |
RetrieveByTerritory | Retrieves all salesperson objects that are assigned to a territory. |
RetrieveUnassigned | Not supported in this release. |
Requirements
Namespace: Microsoft.Crm.Platform.Proxy
Assembly: Microsoft.Crm.Platform.Proxy.dll
See Also