Timing functionality
Timing functionality are tools that exist to answer the question "How Long?"
Metric definitions
Defined metrics can track how long an audited field holds a certain value.
For instance, a metric can track how long an incident is assigned to an individual, or how long an incident is in the state Active.
See Metrics for more information.
Time configuration SLAs
Service Level Agreements time how long a task meets a certain condition, and is primarily used to ensure that tasks are handled within a pre-determined time limit.
SLAs define the following conditions:
- Start Conditions
- Pause Conditions
- Stop Conditions
Once a task meets the Start Conditions, the SLA will time how long the task remains in that condition (unless it meets Pause Conditions). The timer will end if the Stop Conditions are met. If the time-limit is passed, the SLA will be marked breached.
Notifications can be driven off of the SLA to warn interested parties as the time limit approaches.
Time worked fields
The Task [task] table provides a time-tracking field called
Time worked. This field measures how long a record has been viewed in
order to measure work time on a ticket.
Any table that extends Task can use this field. To add the field, Personalize a form.
As the record is viewed, the timer counts upward. To pause the timer, select the Stop icon ().
To resume the timer, select the Start icon ().
When the task is saved, the amount of new time in the timer is used to generate a record on the Time Worked [task_time_worked] table. This table can be viewed as a
related list on the task form.
By default, the time displayed in the Time worked field displays a cumulative value stored in the task record. If you modify a Time Worked record, the changes will not be reflected in the task timer.
You can set the property com.snc.time_worked.update_task_timer to enable
updating of the task timer value based on changes to the time worked records. This is
accomplished through the Update task timer business rule.