| appt_confirm | LONG | smallint | | | | DIRECT | 0=unconfirmed, 1=confirmed, default=0 |
| cell_text | CHAR | varchar | | 255 | | | Contains a concatenation of locally-selected fields for display by Schedule Tracker. |
| city | CHAR | varchar | | 30 | | SEARCHABLE | City where site is located |
| district | CHAR | varchar | | 80 | | SEARCHABLE | District to which the site belongs |
| duration | LONG | int | 6 | | | DIRECT | Length of appointment in seconds |
| first_name | CHAR | varchar | 15 | 30 | | SEARCHABLE | Employee first name |
| last_name | CHAR | varchar | 14 | 30 | | SEARCHABLE | Employee last name |
| login_name | CHAR | varchar | 2 | 30 | | SEARCHABLE | User login name |
| objid | LONG | int | 3 | | | DIRECT | Internal record number of disptchfe, appointment, employee |
| region | CHAR | varchar | | 80 | | SEARCHABLE | Region to which the site belongs |
| s_city | CHAR | varchar | | 30 | | | City where site is located |
| s_district | CHAR | varchar | | 80 | | | District to which the site belongs |
| s_first_name | CHAR | varchar | | 30 | | | Employee first name |
| s_last_name | CHAR | varchar | | 30 | | | Employee last name |
| s_login_name | CHAR | varchar | | 30 | | | User login name |
| s_region | CHAR | varchar | | 80 | | | Region to which the site belongs |
| s_site_name | CHAR | varchar | | 80 | | | Name of the site |
| s_state | CHAR | varchar | | 30 | | | State where site is located |
| s_status | CHAR | varchar | | 50 | | | Contains a concatenation of locally-selected fields for display by Schedule Tracker. |
| s_type_name | CHAR | varchar | | 70 | | | Name of the schedule type - Available, Appointment, or Field Dispatch |
| site_id | CHAR | varchar | | 80 | | | Unique site number assigned according to auto-numbering definition |
| site_name | CHAR | varchar | | 80 | | SEARCHABLE | Name of the site |
| start_time | CLK_TIME | datetime | | | | | Time appointment starts or requested eta for field dispatch |
| state | CHAR | varchar | | 30 | | SEARCHABLE | State where site is located |
| status | CHAR | varchar | | 50 | | SEARCHABLE | Contains a concatenation of locally-selected fields for display by Schedule Tracker. |
| type | CHAR | varchar | | 32 | | | type of schedule, 0 for Available, 1 for Appointment, 2 for Field Dispatch |
| type_name | CHAR | varchar | | 70 | | SEARCHABLE | Name of the schedule type - Available, Appointment, or Field Dispatch |
| user_objid | LONG | int | | | | DIRECT | Internal record number of user |