Time Entry Object
Time Entry Object Formats
Time Entry Object Properties
Required properties are in bold.
Property | Value | Description | ||||
---|---|---|---|---|---|---|
EndGPSLatitude | string | If GPS is available, and the option to collect GPS information has been enabled, this property will contain the latitude coordinate of the technician at the time the end time was recorded. Otherwise, this property will be set to 0.0. | ||||
EndGPSLongitude | string | If GPS is available, and the option to collect GPS information has been enabled, this property will contain the longitude coordinate of the technician at the time the end time was recorded. Otherwise, this property will be set to 0.0. | ||||
FlexAttrs | object | This property contains the FlexAttr values that were entered. | ||||
ID | string | Globally unique identifier of the time entry record. This ID is automatically created and populated by the ServiceMobility application. | ||||
ModifiedUTC | datetime | The date and time, in UTC format, when the object was last modified. | ||||
RefCode | string | The meaning of this, optional, property changes based on the value of the SysCatCode property.
| ||||
SplitGUID | string | If set, this property refers to the ID of first time entry record in the overall split. | ||||
StartGPSLatitude | string | If GPS is avaialble, this property will contain the latitude coordinate at the time the start time was recorded. Otherwise, if GPS was not available then this property will be set to 0.0. | ||||
StartGPSLongitude | string | If GPS is avaialble, this property will contain the longitude coordinate at the time the start was recorded. Otherwise, if GPS was not available then this property will be set to 0.0. | ||||
Status | string | |||||
SysActCode | string | Identifies the activity code associated with the time entry object. This activity code is a child of the SysCatCode property. | ||||
SysActRefCode | string | This property has been deprecated. | ||||
SysCatActivityID | string | This property has been deprecated. Please use the SysActCode property instead. | ||||
SysCatCode | string | Identifies the time entry child system category code associated with the time entry object. | ||||
SysCatID | string | This property has been deprecated. Please use the SysCatCode property instead. | ||||
SystemEndUTC | datetime | The ending date and time, in UTC format, as recorded by the system. This value can not be changed by the technician. | ||||
SystemGenerated | boolean | Identifies is the time entry object was automatically created by the mobile application. Valid values are:
| ||||
SystemStartUTC | datetime | The starting date and time, in UTC format, as recorded by the system. This value is set at the point when the object was first created. This value can not be changed by the technician. | ||||
UserEndUTC | datetime | The ending date and time, in UTC format, as recorded by the mobile worker. This value may be different from the SystemEndUTC property if the application configuration allows the mobile worker to edit time entry values. | ||||
UserStartUTC | datetime | The starting date and time, in UTC format, as recorded by the mobile worker. This value may be different from the SystemStartUTC property if the application configuration allows the mobile worker to edit time entry values. |