Integrated Application Platform › Forums › General › Using Triggers › Reply To: Using Triggers
October 13, 2017 at 8:53 am
#1338
Moderator
I also forgot to mention that if you are running client-server and you modify a trigger function, you may have to unload that trigger code on the server so that it re-loads your new code:
ServerEval(‘Unload’, ‘Trigger_tmEmployees’)
Or, you can use a brute-force method of restarting the Suneido server, that works too.