Tools > Action Wizard JavaScript
I have a list of pdf documents, all of them have "ABC" field which is a sum of fields Field1 and Field2. I need to change the rule and add one more filed to the sum.
I use Tools>Action Wizard and JavaScript like this:
var f = this.getField("ABC");
f.setAction('Calculate', "AFSimple_Calculate(\"SUM\", \"Field1, Field2, Field3\");" );
But after applying the action to the docs nothing was changed. What am I doing wrong?
Thanks!
