Appointment Category
The category for an appointment, such as a phone call or demonstration category.
QName: {http://xmlns.oracle.com/apps/crmCommon/activities/activitiesService/}ActivityCategory
Relationships
The following table describes how this service data object is related to other service data objects or business object services.
| Relationship Type | Object or Service |
|---|---|
|
Handled by |
Attributes
The following table describes attributes in the service data object.
| Name | Type | Description |
|---|---|---|
|
ActivityCategoryId |
long |
The unique identifier for the activity category record.
|
|
ActivityId |
long |
The unique identifier of the activity. |
|
CategoryCd |
string |
The category of the appointment. Usually the user selects a value from a list of categories. |
|
ObjectVersionNumber |
int |
The number used to implement locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to determine whether another session has updated the row. |