Unitrunker user.js

Status
Not open for further replies.

tbc2

Newbie
Joined
Apr 22, 2015
Messages
1
I've been trying to build a script for Unitrunker that will log calls to a web script.

I wasn't able to get it to work so I tried to simply pop up a message box. I can't get that to work either.

In all cases the script works as intended when run from the command line with wscript or cscript.

Any suggestions?

Example contents of user.js are:

var wshShell = WScript.CreateObject("WScript.Shell");
wshShell.Popup("test");

There are no errors that I can find logged anywhere, and no feedback whatsoever. Other notes:

- Under the Group, I've set Annunciation, Call to User Script
- When the group is active, the Group Name flashes under the Audience link on the Site screen
- When Unitrunker is restarted, it forgets that User Script was selected and reverse the value back to None
 
Status
Not open for further replies.
Top