SubCode Enum

Definition

Contains the possible values for a subcode, used in scheduling appointments.

public enum class SubCode
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public enum SubCode
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type SubCode = 
Public Enum SubCode
Inheritance
SubCode
Attributes

Fields

Appointment 7

A block of time that is already scheduled for an appointment.

Break 4

A block of time that cannot be committed due to a scheduled break.

Committed 2

A block of time that is committed to perform an action.

Holiday 5

A block of time that cannot be scheduled due to a scheduled holiday.

ResourceCapacity 10

Specifies the capacity of a resource for the specified time interval.

ResourceServiceRestriction 9

A restriction for a resource for the specified service.

ResourceStartTime 8

Specifies to filter a resource start time.

Schedulable 1

A schedulable block of time.

ServiceCost 12

An override to the service cost for the specified time block.

ServiceRestriction 11

Specifies that a service is restricted during the specified block of time.

Uncommitted 3

A block of time that is tentatively scheduled but not committed.

Unspecified 0

Specifies free time with no specified restrictions.

Vacation 6

A block of time that cannot be scheduled due to a scheduled vacation.

Applies to

See also