FS
FSGPSTrackingRequest
A DAC that is used to set up GPS tracking of a mobile client.
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
CreatedByID | uniqueidentifier | Created By | Users | |
Description:No description available | ||||
CreatedByScreenID | char(8) | - | ||
Description:No description available | ||||
CreatedDateTime | datetime | - | ||
Description:No description available | ||||
Description | nvarchar(128) | Description | - | |
Description:A description of the GPS tracking request. The property is used to display a description of the GPS tracking request in the UI. | ||||
DeviceID | nvarchar(128) | Device ID | - | |
Description:The device ID of the mobile device. If the value is an empty string, the system accepts tracking requests from devices with any device ID. | ||||
DeviceName | nvarchar(128) | Device Name | - | |
Description:The device name of the mobile device. If the value is an empty string, the system accepts tracking requests from devices with any name. | ||||
Distance | smallint | Distance | - | |
Description:The distance in meters for which the mobile device should be moved to report a new tracking point. | ||||
EndDate | datetime | Expires On (Date) | - | |
Description:The date when the tracking of the mobile device ends. | ||||
EndTime | datetime | Expires On (Time) | - | |
Description:The time when the tracking of the mobile device ends. | ||||
Interval | smallint | Interval | - | |
Description:The interval in minutes that should be passed from the latest report of the tracking point for the mobile device to report a new tracking point. | ||||
IsActive | bit | Is Active | - | |
Description:A Boolean flag that indicates (if set to true) that the GPS tracking is active for this tracking request and the system writes the tracking history for this request. The default value is true. | ||||
LastModifiedByID | uniqueidentifier | Last Modified By | Users | |
Description:No description available | ||||
LastModifiedByScreenID | char(8) | - | ||
Description:No description available | ||||
LastModifiedDateTime | datetime | - | ||
Description:No description available | ||||
NoteID | uniqueidentifier | - | ||
Description:No description available | ||||
RequestID | uniqueidentifier | Request ID | - | |
Description:An auto-generated unique key of the GPS tracking request. | ||||
StartDate | datetime | Starts On (Date) | - | |
Description:The date when the tracking of the mobile device starts. | ||||
StartTime | datetime | Starts On (Time) | - | |
Description:The time when the tracking of the mobile device starts. | ||||
TStamp | timestamp | - | ||
Description:No description available | ||||
TimeZoneID | nvarchar(32) | Time Zone | - | |
Description:The ID of the time zone in which the FSGPSTrackingRequest.StartDate, FSGPSTrackingRequest.StartTime, FSGPSTrackingRequest.EndDate, FSGPSTrackingRequest.EndTime are specified. | ||||
TrackingID | uniqueidentifier | Tracking ID | - | |
Description:An auto-generated unique identifier, which is saved in the FS.FSGPSTrackingHistory DAC. You can replace the auto-generated tracking ID with the tracking ID of another tracking request. In this case, these tracking request will have the same tracking ID in the tracking history. You may need to use this approach, for example, to create two tracking requests for one user to handle the lunch break of the user. | ||||
UserName | nvarchar(256) | User Name | - | |
Description:The login of a user in Acumatica ERP. You specify the login without the tenant name. If the value is not specified, the system accepts tracking requests from the mobile devices on which any user is signed in. | ||||
WeeklyOnDay1 | bit | Sunday | - | |
Description:A Boolean value that specifies (if set to false) that the mobile device does not report tracking points on Sunday. The default value is true. | ||||
WeeklyOnDay2 | bit | Monday | - | |
Description:A Boolean value that specifies (if set to false) that the mobile device does not report tracking points on Monday. The default value is true. | ||||
WeeklyOnDay3 | bit | Tuesday | - | |
Description:A Boolean value that specifies (if set to false) that the mobile device does not report tracking points on Tuesday. The default value is true. | ||||
WeeklyOnDay4 | bit | Wednesday | - | |
Description:A Boolean value that specifies (if set to false) that the mobile device does not report tracking points on Wednesday. The default value is true. | ||||
WeeklyOnDay5 | bit | Thursday | - | |
Description:A Boolean value that specifies (if set to false) that the mobile device does not report tracking points on Thursday. The default value is true. | ||||
WeeklyOnDay6 | bit | Friday | - | |
Description:A Boolean value that specifies (if set to false) that the mobile device does not report tracking points on Friday. The default value is true. | ||||
WeeklyOnDay7 | bit | Saturday | - | |
Description:A Boolean value that specifies (if set to false) that the mobile device does not report tracking points on Saturday. The default value is true. | ||||