Quantcast
Channel: Ivanti User Community : Popular Discussions - Supply Chain (formerly Wavelink)
Viewing all articles
Browse latest Browse all 7290

beep on field if scan is enacted

$
0
0

I cannot get this script to run when scanning into the user field in my session.

I have set the scope to the field.

 

 

       function Beep6()

       {

for(var i = 0; i < 6; i++){

Device.beep(200,500,50);

                          }

       }

WLEvent.on("Scan", Beep6());


Viewing all articles
Browse latest Browse all 7290

Trending Articles