Expand Minimize
This topic has not yet been rated - Rate this topic

ContractDetailState Enumeration (CrmService)

banner art

[Applies to: Microsoft Dynamics CRM 4.0]

Specifies the possible states for a contract detail.

Syntax

[Visual Basic .NET]
Public Enum ContractDetailState
[C#]
public enum ContractDetailState

Members

NameValueDescriptionStatus ReasonStatus Code Value
Canceled2Specifies that the contract detail is canceled.Canceled3
Existing0Specifies that the contract detail exists.New1
Expired3Specifies that the contract detail is expired.Expired4
Renewed1Specifies that the contract detail is renewed.Renewed2

Remarks

This enumeration is used for the following properties:

ContractDetailStateInfo.Value

contractdetail.statecode

The status reason values are used for the contractdetail.statuscode property.

The values for contract detail status reason are customizable. The preceding table shows the values that are defined in a default installation.

See Also

Reference


© 2010 Microsoft Corporation. All rights reserved.


Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.