Hi
I have created threshold for SLA 80/20
Equal too and Above 80% if Threshold.StatValue >="80%" then
Threshold.Result = True
end if
If below 80% if Threshold.StatValue >"80%" then
Threshold.Result = True
end if
I have appiled the above threshold and action to Template. However when threshold goes below 80% or the workspace is repoened the
action goes back to default colour..
I have applied the threshold and action to Root level, and there is no delay action within the script.
I have 2 questions
- Is the VB script correct?
- What will cause the action to disappear when SLA is below threshold?
Thank you.