RenewContractRequest.Status Field
Specifies a status of the contract.
Syntax
[Visual Basic .NET]
Public Field Status As Integer
[C#]
public int Status;
[JScript]
public var Status : int;
Remarks
The Status field corresponds to the contract.statuscode field of the contract entity.
The Status parameter corresponds to Status Reason in the Microsoft CRM application. If you pass -1 for this parameter, the platform sets the status to the appropriate value for the Microsoft CRM application.
You can use the MetadataService to retrieve the status codes used in the application.
See Also