CWScript - New for ConsoleWorks 4.5
From TDiWiki
Contents |
[edit] CWScripts Menu
CWScripts gives ConsoleWorks users the ability to create advanced Javascript-like action routines that provide entirely new levels of automation capability in ConsoleWorks. CWScripts can be accessed from the left navigation menu under TOOLS. The standard View, Add, and Edit menu options are available. CWScripts is based on javascript and many of the rules and standards of javascript will be applicable. You can find information on the functions and resources available to write your own CWScripts in the documentation under Help Central.
[edit] CWScripts Repository
This page will act as a repository for useful CWScripts. If you have created your own CWScripts and would like to share them with other ConsoleWorks users, please send them to support@tditechnologies.com, and we will post them here.
[edit] CWScripts for Groups
These scripts are meant to be run on Groups. (Run Type = Run on Groups)
GROUP_ADDSCAN
GROUP_DELSCAN
GROUP_DISABLE
GROUP_ENABLE
GROUP_LABEL_EDIT
LOGGING_MODIFY
[edit] CWScripts for Scans
These scripts are meant to be run on Scans. (Run Type = Run on Scans)
SCAN_EDIT
AUTOACTIONEDIT
[edit] CWScripts for Consoles
These scripts are meant to be run on Consoles. (Run Type = Run on Consoles)
LOGGING_MODIFY
[edit] CWScripts for Events
These scripts are meant to be run on Events. (Run Type = Run on Events)
AUTOACTIONEDIT
[edit] CWScripts for Event Actions
These scripts are meant to be run on Event Actions. (Run Type = Run on Event Automatic Action, Event Acknowledge Action, Event Purge Action)
EXPIRE_UNUSED_ACCOUNTS
SCHEDULE_SCAN_DISABLE
SCHEDULE_SCAN_ENABLE
MAIL_SENDER
[edit] CWScripts for general use
These scripts are not meant to be run on their own but included in other CWScripts.
SCAN_FUNCTIONS

