Write to Event Viewer while Testing Automation Snippets or Custom Order Rules
When creating Python code for Select, it is difficult to diagnose exactly what went wrong if there is any failure. The code below shows how to write messages to the System Event Viewer to help debug them. It is extremely important that it is removed from production code. If not, the increased CPU loading could greatly reduce the… Read More »