Monday 8 April 2019

Introducing Geofence Notifications

With an increasing number of our clients using multi-vendor GPS integration, TrakIT has excelled at tracking locations of assets such as trucks and users. Until now, TrakIT could only collect and display location information about GPS enabled assets.

With the latest update, we have enabled Geofence Notifications - which basically means that TrakIT can generate a notification when an asset or a user enters, exits or overstays at a particular location.

To enable such notifications, you first need to create a Geofence around a depot or location. In the example shown below, a geofence of 500 meters has been set around the Keppel Harbour in Singapore.



You can set up any number of Geofences. Once they are set, TrakIT start monitoring the locations of all GPS enabled assets or users and detects when they enter or exit a geofence area. Or, you can get an alert if an asset or user stays beyond a pre-defined limit within a geofence area.

After your geofences are created, you can create Geofence Triggers to get notifications. Go to System > Depot List > Geofence Triggers and click 'Add Trigger'. The following window opens:



You can specify the type of trigger and also set the type of notifications sent as well as the recipients of the notifications.

The "Geofence Log" tab will display all geofence events, irrespective of whether a notification trigger was created for it.

In the next update of TrakIT, geofence triggers will have the capability to update Events and Data fields of work orders where the asset is attached. This will automate most 'Arrival' and 'Departure' events in TrakIT.

For any questions, clarifications or issues, please contact TrakIT Support.

Saturday 23 March 2019

Role Access for Workflow Events & Data

TrakIT allows you to set which roles can access each event or data field in a work order. This can be set by going into the detail page of an event or data fields and setting the permissions as shown on the below screenshot:



However, if there are a large number of events or data fields that need to be set, then it can be quite cumbersome to go through all events and data fields and set the permissions on each one.

To enable users to set role permissions for all events and data fields in one go, we have released a new page under Admin > Role Management.


Once you select a workflow and a role, you can set the permissions for all events and data fields in one go.

For any questions or clarifications, please contact TrakIT Support.

Friday 22 February 2019

Introducing Multi-Location Deliveries

TrakIT now supports multi-location delivery of shipments. You can now add depots not just as Origin or Destination, but any number of depots.

A new option called 'Depot List' has been added to Side Menu in work orders. This opens a window where you can add multiple depots. If the locations of the depots have been defined, TrakIT will use Google Distance Matrix to calculate the time and distance for all depots.



You can also re-order / add / delete the depots and TrakIT will automatically re-calculate the distance and time.

The Origin Depot and Destination Depot sill work in the same way - however, there are linked to the first and last Depot respectively in the Depot list.

Please contact TrakIT Support for any queries or clarifications.

Monday 28 January 2019

Introducing Validation Expressions

With the increasingly complex requirements coming from business rules and logic, we have implemented an extremely flexible way to validate Events and Data fields being entered in TrakIT.

A new field called 'Validation Expression' has been added to Events and Data fields in workflows. 


This field allows you to write a custom expression to determine whether the value entered for the Event or Data field is valid. An example could be:

$ABC$=='' || $XYZ$==''?'Both ABC and XYZ are required':''

The above expression requires the fields ABC and XYZ to be populated before this field can be set. You can also use $VALUE$ to refer to the value being entered by the user (or @Value if the expression is SQL based)

As custom expressions can be very complex, we suggest you contact TrakIT Support to supply you with the relevant expression for the validation you need.

The Validation Expression field can accept both Javascript syntax expressions and full SQL query validation as well. The expression must return an empty value if the validation is passed or an appropriate error message if the validation fails.

Please contact TrakIT Support for any questions of queries.

Monday 19 November 2018

Integrate with GPS Providers for your Asset Locations


We're proud to announce that TrakIT now supports GPS integration with multiple GPS Tracking providers. Whether you're just using a single provider or multiple providers, we can connect to the provider's API and get location information about your assets and display them on a single map.

When location tracking is enabled, the Last Location column is displayed in the Asset List along with a 'View Map' link. The Assets can be trucks, trailers or even portable GPS devices directly as shown in the example below.



The Last Location column displays the time when the last location update was received from the GPS provider. A green light indicates that the location was received less than an hour ago. An orange light means the location was received more than an hour ago but less than 12 hours ago. A location older than 12 hours is displayed as red.

Click the 'View Map' button to view the location of all selected/filtered Assets on a map.




If you wish to push asset locations to TrakIT via an API or web-hook, we support that too.

Please contact TrakIT Support if you need to integrate with your GPS provider.