TriggersEnable
Sets global variables to indicate that the current script is no longer suppressing triggers
Average rating: 4.4 (37 votes) Log in to vote
Jeremy Bante https://github.com/jbante/ |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
TriggersEnable sets global variables to indicate that the current script is no longer suppressing triggers. This function will also turn off trigger suppression altogether if there are no other scripts suppressing triggers. In order to be suppressed, a script called via trigger should use the TriggersAreActive function to decide whether or not to run.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.