April 13, 200718 yr Hi, what I would like to do is have a script executed everytime a user is entering a field or leaving a field (in order to generate a history or audit trail of who has done what when). So far I have seen audit trails based on evaluations (calculations) but would prefer a scripted solution. Any ideas? Thank you!
April 13, 200718 yr you can always use a auto-enter field that stores the user's name/date on modification of that record
April 13, 200718 yr You will have to use a plugin such as event script or zippscript to run a script upon leaving a fie;d.
April 18, 200718 yr Author Hi Genx, I would prefer to do it with scripts, however, I cannot find a trigger that executes a script once the user enters or leaves a field. It seems to be able only with buttons. Cheers, Berny
April 25, 200718 yr Author ups-sorry I did not realize that Do Script is another plugin to fire scripts. I have encountered one problem though: The user clicks into a field, which triggers the script I want to run. But when the user just clicks into any other field directly the script for leaving the first field will not execute. Is there a way to force the user to click out of the first field (to leave the first field) before any other field can be accessed? Thank you!
Create an account or sign in to comment