CRMFiscalCalendar Class
The CRMFiscalCalendar class contains methods that you can use to manage quotas for salespeople.
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
CRMFiscalCalendar
[Visual Basic .NET]
Public Class CRMFiscalCalendar
Inherits System.Web.Services.Protocols.SoapHttpClientProtocol
[C#]
public class CRMFiscalCalendar : System.Web.Services.Protocols.SoapHttpClientProtocol
[C++]
public __gc class CRMFiscalCalendar: public System.Web.Services.Protocols.SoapHttpClientProtocol
The CRMFiscalCalendar class exposes the following methods.
Method | Description |
Create | Creates a fiscal calendar. |
CreateAndRetrieve | Creates a fiscal calendar and then retrieves it. |
Delete | Deletes a fiscal calendar. |
Retrieve | Retrieves a fiscal calendar. |
RetrieveByUser | Retrieves a fiscal calendar for the specified user. |
RetrieveByUserAndYear | Retrieves a fiscal calendar for the specified user and year. |
Update | Updates a fiscal calendar. |
UpdateAndRetrieve | Updates a fiscal calendar and then retrieves it. |
Requirements
Namespace: Microsoft.Crm.Platform.Proxy
Assembly: Microsoft.Crm.Platform.Proxy.dll
See Also