Table of Contents

TMS Event Function List

General

The TMS Event Functionality, alows users to execute status transitions or step functions independently of user actions. The huge advantage of this is making the status change before adding or removing a resource or section on a trip is no longer necessary. The event subscriber functions perform the appropriate steps in the background.

For example the user can (de-)assing sections to a trip without first having to change the status of the trip in a modify mode.

The structure of the TMS Events is flexible so multiple lines/function sets can be added.

Structure

Functional

TMS Event Function List

When adding a new Event function the following options are available:

Code Description
2000 This event is executed when adding a Section to a Trip. The functions set in this event will be applied to the Trip.
2010 This event is executed when deleting a Section from a Trip. The functions set in this event will be applied to the Trip.
2100 This event is executed when adding a Section to a Trip. The functions set in this event will be applied to the Section.
2110 This event is executed when deleting a Section from a Trip. The functions set in this event will be applied to the Section.
2200 This event is executed when spliting a Section. The functions set in this event will be applied to the Section.
2210 This event is executed when merging Sections. The functions set in this event will be applied to the Section.
3000 This event is executed when updating the PlanDepartment The functions set in this event will be applied to the Section.
3100 This event is executed when updating the Department The functions set in this event will be applied to the Section.
3200 This event is executed when updating the PlanBox The functions set in this event will be applied to the Section.
11154639 This event is executed when processing the Device Task Outbound.
Warning

When copying TMS Event Functions from a different environment the parameters used in the Function set Entries have to be doublechecked.

Settings

See the page: TMS Event Function Setup for the settings on TMS Event Functions.