I am quite new to Scripting (But I've done years of Comm manager vectoring)
In our script is the following :
-
-
-
ASSIGN FALSE TO KS_KV_Teller_NeedReset
ASSIGN FALSE TO KS_KV_OfferKTO
READVAR KS_KV_Counter_Inc_Calls
ASSIGN KS_KV_Counter_Inc_Calls + 1 TO KS_KV_Counter_Inc_Calls
IF KS_KV_Counter_Inc_Calls > KS_KV_KTO_ParticipateY THEN (value=10)
ASSIGN 1 TO KS_KV_Counter_Inc_Calls
ASSIGN TRUE TO KS_KV_Counter_NeedReset
END IF
SAVEVAR
-
-
-
In my opinion it says : T=T+1; if T>1 then T=1;counter_needreset=TRUE
We use this : everty 10th caller gets a survey.
If I check the value of KS_KV_Counter_Inc_Calls it is always on 1
(Scripting --> Script Var -->Integer)
so where can I check te value of an save call variable ?
(In the avaya Comm manager you would do display var)
With kind regards
Avaya99
In our script is the following :
-
-
-
ASSIGN FALSE TO KS_KV_Teller_NeedReset
ASSIGN FALSE TO KS_KV_OfferKTO
READVAR KS_KV_Counter_Inc_Calls
ASSIGN KS_KV_Counter_Inc_Calls + 1 TO KS_KV_Counter_Inc_Calls
IF KS_KV_Counter_Inc_Calls > KS_KV_KTO_ParticipateY THEN (value=10)
ASSIGN 1 TO KS_KV_Counter_Inc_Calls
ASSIGN TRUE TO KS_KV_Counter_NeedReset
END IF
SAVEVAR
-
-
-
In my opinion it says : T=T+1; if T>1 then T=1;counter_needreset=TRUE
We use this : everty 10th caller gets a survey.
If I check the value of KS_KV_Counter_Inc_Calls it is always on 1
(Scripting --> Script Var -->Integer)
so where can I check te value of an save call variable ?
(In the avaya Comm manager you would do display var)
With kind regards
Avaya99