Wo |
The WoVisit type exposes the following members.
| Name | Description | |
|---|---|---|
| Documents | Visit attachments | |
| DtCheckin | Date/time value for Check-In event in TimeZone. NULL means Visit has no Check-In event. | |
| DtCheckout | Date/time value for Check-Out event in TimeZone. NULL means Visit has no Check-Out event. | |
| DtWhen | Date/time value indicating when the visit operation is performed. Derived from DtCheckin or DtCheckout if not explicitly set. | |
| EmployeeId | Technician or Provider ID linked to the Visit. Inherited from WO's primary assignee when Visit is created. | |
| ILatitude | GPS latitude of technician/provider when Check-In was executed. Range: -90 to 90. | |
| ILongitude | GPS longitude of technician/provider when Check-In was executed. Range: -180 to 180. | |
| IPhone | Phone number used for Check-In via IVR. Max 32 characters. | |
| IsBad | Boolean flag computed by application. True means Visit status is automatically computed as "Bad" based on IsManual, IValidated and OValidated values. | |
| IsManual | True means Visit record was created manually by dispatcher/manager rather than via Visit Check-In/Check-Out action. | |
| IValidated | True means presence of technician/provider was validated for Check-In event. | |
| IWeather | Weather conditions around Check-In event. Max 512 characters. Used only for WOs with user-defined type WOSubtype.PmWeather. | |
| OLatitude | GPS latitude of technician/provider when Check-Out was executed. Range: -90 to 90. | |
| OLongitude | GPS longitude of technician/provider when Check-Out was executed. Range: -180 to 180. | |
| OPhone | Phone number used for Check-Out via IVR. Max 32 characters. | |
| OtherComments | Free-text comments provided as part of visit execution (check-in/check-out) or when Visit is created manually. Max 1024 characters. | |
| OValidated | True means presence of technician/provider was validated for Check-Out event. | |
| OWeather | Weather conditions around Check-Out event. Max 512 characters. Used only for WOs with user-defined type WOSubtype.PmWeather. | |
| PmSequenceId | PM Schedule identifier (int64). For local WOs stores PM Schedule ID; for WOs received from requestor stores requestor ID (higher 4 bytes) + PM Schedule ID (lower 4 bytes). | |
| Services | Visit services collection - defines activities performed during this Visit. | |
| TimeZone | Time zone inherited from parent work order when Visit is created. | |
| VerificationId | Visit verification status assigned by user. None=0, Bad=1, Good=2. Value None means Visit wasn't verified manually. | |
| VerifyComments | Free-text comments provided as part of verification. Max 1024 characters. Required when VerificationId = Bad. | |
| WorkOrder | Parent work order ID. | |
| WorkOrderId | Parent work order ID. |