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

appointment.statuscode Property

banner art

[Applies to: Microsoft Dynamics CRM 4.0]

Gets or sets the reason for the status of the appointment.

Syntax

[Visual Basic .NET]
Public Property statuscode As Status
[C#]
public Status statuscode {get; set;}

Property Value

Represents a property of type Status.

Remarks

The properties statecode (Status) and statuscode (Status Reason) are linked. The statecode property is used internally to represent the status of the entity. The statuscode is used to display this value to the end user. The set of valid statecodes for an entity is not customizable, but the statuscodes are customizable.

See AppointmentStateInfo for the mapping of statecode and statuscode values for a default installation.

The following table contains additional information about this property:

Platform requiredNo
Application requirement level1No constraint
Valid for createYes
Valid for retrieveYes
Valid for updateYes

1 – Customizable. Indicates the value for a default installation.

Requirements

Web Service: CrmService

See Also

Concepts

Reference


© 2010 Microsoft Corporation. All rights reserved.


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