SubCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Unspecified | 0 | Specifies free time with no specified restrictions. |
Schedulable | 1 | A schedulable block of time. |
Committed | 2 | A block of time that is committed to perform an action. |
Uncommitted | 3 | A block of time that is tentatively scheduled but not committed. |
Break | 4 | A block of time that cannot be committed due to a scheduled break. |
Holiday | 5 | A block of time that cannot be scheduled due to a scheduled holiday. |
Vacation | 6 | A block of time that cannot be scheduled due to a scheduled vacation. |
Appointment | 7 | A block of time that is already scheduled for an appointment. |
ResourceStartTime | 8 | Specifies to filter a resource start time. |
ResourceServiceRestriction | 9 | A restriction for a resource for the specified service. |
ResourceCapacity | 10 | Specifies the capacity of a resource for the specified time interval. |
ServiceRestriction | 11 | Specifies that a service is restricted during the specified block of time. |
ServiceCost | 12 | An override to the service cost for the specified time block. |