I'm trying to use a script for the action on an autoresponder, but I cannot get it to work, and I cannot really find any information on how to do that. Is there some information around, or should I try to get the book?
/Pär
3 Answers, 1 is accepted
0
Eric Lawrence
Telerik team
answered on 17 Mar 2014, 08:35 PM
Hi! Can you be more specific about what exactly you've tried?
Action Text
Explanation
Final?
*script:funcname
Invokes a function of the specified name in the FiddlerScript file. For example:
public static function RunAsARFilter(oS: Session) { oS["ui-backcolor"] = "red"; }
Functions whose names contain the word filter cause the rule to be treated as non-Final, allowing subsequent rules to apply.