Synovia Site (https://login.synovia.com)


  • On the Edit Vehicle screen, added validation to limit each input field to 150 characters.
  • On the Edit User screen, fixed the Email field to not allow the email address to be changed. (New email addresses/logins should be treated as new Synovia user accounts.)
  • Fixed an issue with the Idle reports that was displaying "Invalid Date" in the Idle Time column instead of the amount of idle time in minutes.


Time and Attendance (in the Synovia Interface)/Here Comes the Bus


  • Added a Show Activities toggle to the options at the top right of employee time cards (for customers with both the TAA module and HCTB activities). When this is selected, it will display any activities the driver drove in a separate color, including the activity name, vehicle number, duration of the activity, and start and end times. Also, it will show a summary of activity time below the time card.


Here Comes the Bus


  • Fixed an issue with enabling and disabling the HCTB license for customers that would leave the account disabled, regardless of which change was being made.


Synovia JSON API


  • Added the GetInspectionResultsByForm request, which returns vehicle inspection results.
  • Replaced the user/create method with user/createupdate, which allows for both user creation and edits.
  • Added a new method for deleting users, user/delete.
  • Added the minimum and maximum values for properties (if any are defined) to the results of the vehicle/properties request.
  • Added an optional parameter propertyKeys to the vehicle/details call that will limit the properties returned to those that are specified (in addition to vehicleId, primaryGroupId, and esn, which are always returned).