Difference between revisions of "WorkMan Client Script"
From WorkManSoft Wiki
Jump to navigationJump to search (→About) |
|||
Line 7: | Line 7: | ||
Scripttypes supported as of 6th of july 2012: | Scripttypes supported as of 6th of july 2012: | ||
− | * Pascal Script | + | * Pascal Script (for introduction to Pascal download the book on this page http://www.marcocantu.com/epascal/) |
== Usage == | == Usage == |
Revision as of 13:12, 10 September 2012
About
Products supported:
- WorkMan Agent 3
Scripttypes supported as of 6th of july 2012:
- Pascal Script (for introduction to Pascal download the book on this page http://www.marcocantu.com/epascal/)
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)