Disable Event Handlers without Deleting Them

From a development and troubleshooting perspective, it would be useful to be able to disable or “turn-off” the functionality of event handlers in queries and other places. Currently if I want to try running something, but not triggering everything else attached to it, I have to delete the event handlers and then add them back once I’m done working. This is time consuming and difficult if you have a lot of event handlers present. It would be nice to have a toggle where I could temporarily disable the event and then turn it back on when I’m done.

1 Like