Skip to main content
FS

FSGPSTrackingRequest

PX.FSRelease 2025.2

A DAC that is used to set up GPS tracking of a mobile client.

Field NameTypeDisplay NameForeign Key
CreatedByIDDefault Navigation
uniqueidentifierCreated ByUsers
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
smallintDistance-
Description:The distance in meters for which the mobile device should be moved to report a new tracking point.
EndDate
datetimeExpires On (Date)-
Description:The date when the tracking of the mobile device ends.
EndTime
datetimeExpires On (Time)-
Description:The time when the tracking of the mobile device ends.
Interval
smallintInterval-
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
bitIs 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.
LastModifiedByIDDefault Navigation
uniqueidentifierLast Modified ByUsers
Description:No description available
LastModifiedByScreenID
char(8)-
Description:No description available
LastModifiedDateTime
datetime-
Description:No description available
NoteID
uniqueidentifier-
Description:No description available
RequestID
uniqueidentifierRequest ID-
Description:An auto-generated unique key of the GPS tracking request.
StartDate
datetimeStarts On (Date)-
Description:The date when the tracking of the mobile device starts.
StartTime
datetimeStarts 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
uniqueidentifierTracking 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
bitSunday-
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
bitMonday-
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
bitTuesday-
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
bitWednesday-
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
bitThursday-
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
bitFriday-
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
bitSaturday-
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.