Changing object data without activating script triggersSpell checking (Edit menu > Spelling > Check All or the Check Found Set script step) or a Find/Replace (Edit menu > Find/Replace or the Open Find/Replace script step) on more than one record at a time will not activate script triggers.
• If a field is active when an operation starts, the OnObjectExit trigger will activate.
• If a field is active at the end of an operation, the OnObjectEnter trigger will activate for that field.
•
• Changes made to a field from the Show Custom Dialog script step will not activate the OnObjectModify script trigger.
• Script steps that can change a field directly, such as Set Field, Set Field By Name, and Set Web Viewer will not activate the OnObjectModify script trigger. Script steps that work on a layout object even though their target is specified as a field, such as Insert Text, will activate the OnObjectModify script trigger.
• The OnObjectEnter, OnObjectExit, and OnObjectKeystroke script triggers will activate for summary and calculation fields. The OnObjectModify script trigger can be set for summary and calculation fields, but it will not activate.