...
When creating an Indication record, the system also fills in the fields of this record. Time points and timings are also automatically recalculated when the indicator counting pauses, cancels, or stops.
The Indication form
Field | Mandatory | Description |
---|---|---|
Indicator | N | An indicator that triggered the indication creation and started the counter. |
Timezone | N | The indication timezone. |
Record | N | An original task that induces the SLA counting. |
Breached | N | A marker that shows whether SLA has been breached or not. |
Actual Elapsed Time | N | An actual time that has elapsed since the moment of an indication creation. It only counts an actual calendar time 24/7. |
Actual Elapsed Percentage | N | A percentage of the Actual Time Elapsed to the duration specified in an Indicator according to the SLA. |
Actual Left Time |
N | An actual time left until the SLA breaches. | |
Stage | N | The current state of an indication specified with one of the values below:
|
Pause on | N | The last date and time of the Indicator paused. |
Pause Time | N | The duration of the Indicator paused. |
Business Elapsed Time | N | A business time that has elapsed since the moment of an indication creation. It counts the working calendar specified in the Schedule field of the original Indicator. This field displays how much business time has passed since the task creation. |
Business Elapsed Percentage | N | A percentage of the Business Time Elapsed to the duration specified in an Indicator according to the SLA. |
Business Left Time |
N | A business time left until the SLA breaches. | |
Timings | ||
---|---|---|
Start Time | N | A date and time when the system has created an indication. |
Complete Time | N | A date and time when a time counter (an indication) stopped. |
Breach Time | N | A date and time of the SLA breach, which the system calculates, taking into the pause duration. |
Original Breach Time | N | Original date and time of the SLA breach, calculated at the moment when the system creates an indication. |
Indications recalculation
...
Note |
---|
An indication is recalculated only when two conditions are met:
If any of these conditions were not met, then indication recalculation is not used, and the new indication start time is the same as that of the canceled one (new_indication.started_at = old_indication.started_at) |
...