Difference between revisions of "WorkMan Client Script"

From WorkManSoft Wiki
Jump to navigationJump to search
(Created page with "== About == Products supported: * WorkMan Agent 3 Scripttypes supported as of 6th of july 2012: * Pascal Script == Usage == === ScriptDataDM === This object holds propert...")
 
Line 21: Line 21:
 
* TEST - Test by application
 
* TEST - Test by application
 
* INCOMINGRING
 
* INCOMINGRING
* INCOMINGCONNECTED
+
* INCOMINGANSWERED
 
* INCOMINGIDLE
 
* INCOMINGIDLE
 
* OUTGOINGRING
 
* OUTGOINGRING
Line 27: Line 27:
 
* OUTGOINGBUSY
 
* OUTGOINGBUSY
 
* OUTGOINGIDLE
 
* OUTGOINGIDLE
 +
* APPSTART - On startup of application (future release)
 +
* APPCLOSE - On close of application (future release)

Revision as of 11:00, 6 July 2012

About

Products supported:

  • WorkMan Agent 3

Scripttypes supported as of 6th of july 2012:

  • Pascal Script

Usage

ScriptDataDM

This object holds properties that can be used by the clientscript.

ScriptDataDM.ScriptEvent

This shows what event triggered the script. It can be one of these:

  • TEST - Test by application
  • INCOMINGRING
  • INCOMINGANSWERED
  • INCOMINGIDLE
  • OUTGOINGRING
  • OUTGOINGANSWERED
  • OUTGOINGBUSY
  • OUTGOINGIDLE
  • APPSTART - On startup of application (future release)
  • APPCLOSE - On close of application (future release)