Our current iOS GPS map lacks a proper legend or labeling to indicate which pin represents which driver. We do display the DriverID, which can be used in a query to determine the driver's name. This is only a temporary workaround as this feature is currently being improved. Here is how to use the QueryBuilder to get an Excel list of Driver names and IDs.
- Click Reports > Query Builder.
- Click Load from text, a new window will appear.
- Copy the following text into the window, then close the window:
Manager:DriverManager
Method:GetAll
Shape:
Where:IsActive == True
Select:new (DriverID, Name) - Click Execute.
- Click Export to Excel.