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.


  1. Click Reports > Query Builder.
  2. Click Load from text, a new window will appear.
  3. Copy the following text into the window, then close the window:

    Manager:DriverManager
    Method:GetAll
    Shape:
    Where:IsActive == True
    Select:new (DriverID, Name)


  4. Click Execute.
  5. Click Export to Excel.