User Guide |
|||||
|
|||||
Special Variables |
|
var_fromaddress
|
If you add this variable to the script and set a value into it, the "from address" in the report will take on this value
|
var_toaddress
|
If you add this variable to the script and set a value into it, the "to address" in the report will take on this value
|
var_ccemailaddress
|
If you add this variable to the script and set a value into it, the "cc address" in the report will take on this value
|
var_subject
|
If you add this variable to the script and set a value into it, the "email subject line" in the report will take on this value
|
var_bodytext
|
If you add this variable to the script and set a value into it, the text shown in the body of the email will be overwritten with the value of this variable
|
var_sms_mobile
|
If you add this variable to the script and set a value into it, the "mobile number" of the sms report runner will take on this value (this variable should only be used with the sms report runner control)
|
var_sms_message
|
If you add this variable to the script and set a value into it, the "sms message body" of the sms report runner will take on this value (this variable should only be used with the sms report runner control)
|
var_reportid
|
If you add this variable to the script and set a report id (not name) into it, the report runner controls shall use it until t is blanked. This is an advanced feature and requires knowledge of CallScripter's internal working. Contact Support for further details.
|
Special Field Names |
|
Emailaddress
|
If you rename any field in the script as emailaddress, any value entered/selected in this field will automatically overwrite the email address that the report is being sent to
|
Ccaddress
|
If you rename any field in the script as ccaddress, any value entered/selected in this field will automatically overwrite the ccaddress that the report is being sent to
|
Subjectline
|
If you rename any field in the script as subjectline, any value this field takes on will automatically overwrite the subject line of the email
|
Bcc
|
If you rename any field in the script as bcc, any value this field takes on will automatically overwrite the bccaddress that the report is being sent to.
|
reportID
|
If you rename any field in the script as reportID, any value this field takes on will automatically overwrite the reportID set by the report runner control.
|