Resources > Data Model > Data Dictionary > A > Appointment Window
Appointment Window
This object is to store appointment window details.
API Label: SVMXC__SM_Appointment_Window__c
No. of Fields: 8
Field Label
Field Name
Data Type
Description
Custom Relationship Fields
​Appointment Type
SVMXC__SM_Appointment_Type__c
Lookup(Appointment Window)
Lookup to "Appointment Type" record type.
Time Window
SVMXC__SM_Time_Window__c
Lookup(Appointment Window)
Lookup to "Time Window" record type.
Standard Fields
Appointment Window Name
Name
Text(80)
The auto-generated record name.
Custom Fields
​Appointment Type Description
SVMXC__SM_Appointment_Type_Description__c
Text(100)
Description of the appointment type
Appointment Type Name
SVMXC__SM_Appointment_Type_Name__c
Text(80) (Unique Case Insensitive)
Name of the appointment type.
End Time
SVMXC__SM_Window_End_Time__c
Text(5)
End time of a Time Window in hh:mm format.
Start Time
SVMXC__SM_Window_Start_Time__c
Text(5)
Start time of a Time Window in hh:mm format.
Time Window Name
SVMXC__SM_Time_Window_Name__c
Text(80) (Unique Case Insensitive)
Field to store Time Window name.
Was this helpful?