Off the wall suite script question - I have a script that is performing in X-Edit slightly wrong. This script looks for "old value" and "new value" to determine if a field was changed, and then creates a new record. The problem is, in x-edit this script is firing off even when the fields being modified aren't one of the scripts in my list of fields to watch over. Now I'm pretty sure this is because an x-edit doesn't modify the field values in the traditional way, and instead just sets the value up. Any suggestions? Do I have to have my developers write a section of code that only applies to x-edit mode?