Appointment Entity OptionSet Attribute Metadata

[Applies to: Microsoft Dynamics CRM 2011]

The appointment entity contains a number of attributes with the underlying type of OptionSetMetadata. This includes attributes of type PicklistAttributeMetadata, StateAttributeMetadata, andStatusAttributeMetadata. This topic shows the values for these attributes in a default, uncustomized installation of Microsoft Dynamics CRM. For information on how to generate and use enumerations for these values in your code, see Helper Code: Enumerations for Option Sets.

OptionSet Values

The following table lists the attributes and option set values for the appointment entity.

Logical name Type Option value Option description

instancetypecode

Picklist

0

Not Recurring

Picklist

1

Recurring Master

Picklist

2

Recurring Instance

Picklist

3

Recurring Exception

Picklist

4

Recurring Future Exception

prioritycode

Picklist

0

Low

Picklist

1

Normal

Picklist

2

High

statecode

State

0

Open

State

1

Completed

State

2

Canceled

State

3

Scheduled

statuscode

Status

1

Free

Status

2

Tentative

Status

3

Completed

Status

4

Canceled

Status

5

Busy

Status

6

Out of Office

Statecode to Statuscode Mapping

The following table shows the mapping between the default statecode and statuscode picklist values.

State State value Status Status value

Open

0

Free

1

Open

0

Tentative

2

Completed

1

Completed

3

Canceled

2

Canceled

4

Scheduled

3

Busy

5

Scheduled

3

Out of Office

6

See Also

Reference

Appointment Entity Privileges

Concepts

Appointment Entity Metadata
Appointment Entity Messages and Methods

Other Resources

Appointment Entities

Microsoft Dynamics CRM 2011
Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.