Customer is looking to build a CCPulse threshold script based on the StatValue and Time of the day, say after 04:00pm.
I tried the following VB script time function but it does not seems to work. Here is the script I tried:
if Threshold.StatValue >= 5 and (Time()>"04:00:00 PM") then
Threshold.Result = true
else
Threshold.Result = false
end if
Does anyone know if it is supported and if so, please let me know the correction?
Thanks,
Satish