A new Trigger Event has been added (Settings > Triggers > Event).
Asset Approaches Location is a new Event type that will only trigger one time. This event type relies on incoming position reports and a condition based on EnrouteTo and EteToNextStopMinutes.
Event | Example | Condition |
|---|---|---|
| Asset approaches location | This would trigger if the asset is in enroute to KSAT and the ETE to the next waypoint is less than or equal to 10 minutes | ((EnrouteTo = 'KSAT - SAN ANTONIO INTL') AND (EteToNextStopMinutes <= 10)) |
| Asset approaches location | This would trigger if the asset is enroute to patient pickup and is 10 minutes out | ((ifnull(((SELECT group_concat(withTransferItem(id, '(select pick_up_name from TcEntryPlan)'), ', ') FROM transferItem)), '') != '') AND (EteToNextStopMinutes <= 10)) |
| Asset approaches location | This would trigger if the asset is 10 minutes from the patient pickup with the waypoint name of KSAT (San Antonio) | ((((SELECT group_concat(withTransferItem(id, '(select pick_up_name from TcEntryPlan)'), ', ') FROM transferItem)) LIKE '%KSAT - SAN ANTONIO INTL%') AND (EteToNextStopMinutes <= 10)) |
Comments
0 comments
Please sign in to leave a comment.