Help

Table Of Contents
Script triggers reference
F
ILEMAKER PRO HELP 1175
auto-enter fields are updated
The OnObjectModify script trigger can be set for summary and calculation fields, but it will
not activate.
Related topics
Setting up script triggers
Setting script triggers for layouts
Setting script triggers for objects
OnObjectValidate
Triggers a script to run before an active object has been validated and saved.
When the script runs
Before the event has been processed.
Modes in which the trigger can be used
Browse and Find modes.
Result
You can use the Exit Script script step within the triggered script to return True or False.
True: The event that triggered the script proceeds.
False: The event that triggered the script is canceled.
Originated in
FileMaker Pro 11.0
Notes
This script trigger activates only when the selected field data has been changed.
See Changing object data without activating script triggers for a list of actions that do not
activate this script trigger.
Related topics
Setting up script triggers
Setting script triggers for layouts
Setting script triggers for objects
OnObjectSave
Triggers a script to run after object data has been validated and saved, but before the field is exited.
When the script runs
After the event has been processed.
Modes in which the trigger can be used
Browse and Find modes.