System information
4.9.3. Scripts
Every campaign can have different operator instructions. These instructions can be defined in this form.
For every step (question) the operator can select from different actions (answers). The call will follow these selected instructions. Pay attention to cover all
possibilities.
tb_ccscripts: (used for questions)
id: autoincrement PK
campaignid: the campaign where this script belongs to
ordernum: display order (used when jumping to next question)
title: script alias. also used for statistics
question: question in text format (can contain keywords. see the Keywords
chapter for more details)
questionex: the question in rtf or html format
completition: completition marks can be used for statistical purposes.
oldid: used for cloning
datainputtype: used to control the gui for the anwer
-----SIMPLE-----
Text
Number
Date
Time
Date-Time
Phone Number
CheckBox
-----LISTS-----
CheckBoxList
ListBox
RadioGroupList
DropDownList
DropDownListFixed
-----GRIDS-----
RadioGrid
CheckGrid
-----COMPLEX-----
Custom GUI
Run
-----ACTIION-----
ActionRecall
ActionReject
ActionAccept
tb_ccscript_answers: (used for answers)










