Uses the Component:SalesAppointmentType
Sales Appontment Inforrmation
Table 6.57. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| AppointmentDateTime |
Date and time of the appointment | 0..1 | Field | oag:xbt_DateTimeType | |
| AppointmentLocation |
Location of the appointment... For example: Office; Home | 0..1 | Field | oag:TextType | |
| AppointmentNotes |
Comments that relate to the appointment. | 0..1 | Field | oag:TextType | |
| AppointmentStatus |
Notes the status of the appointment (e.g, in progress). | 0..1 | Field | oag:TextType | |
| AppointmentMethod |
Free form text indicating the method used to make appointment (e.g., Web, Walk-in, etc.). | 0..1 | Field | oag:TextType | |
| AppointmentRequestDate |
Date and time the appointment was requested | 0..* | Field | oag:xbt_DateTimeType | |
| RequestedAppointmentPeriod |
The periods that an appointment has been requested. This can include the start date and end dates. | 0..* | Component | oag:TimePeriodType | |
| AppointmentContactParty |
The party to contact in regards to a service appointment. | 0..* | Component | PartyABIEType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.65. SalesAppointment
<SalesAppointment>
<AppointmentDateTime>......</AppointmentDateTime> [0..1]
<AppointmentLocation>......</AppointmentLocation> [0..1]
<AppointmentNotes>......</AppointmentNotes> [0..1]
<AppointmentStatus>......</AppointmentStatus> [0..1]
<AppointmentMethod>......</AppointmentMethod> [0..1]
<AppointmentRequestDate>......</AppointmentRequestDate> [0..*]
<RequestedAppointmentPeriod>......</RequestedAppointmentPeriod> [0..*]
<AppointmentContactParty>......</AppointmentContactParty> [0..*]
</SalesAppointment>