The following simple job allows you to use breakpoints in alert processing classes.
/// Run alert processing outside of batch job (for debugging purposes)
static void testAlerts(Args _args)
{
;
EventJobCUD::expandCudRecords();
EventJobCUDTask::newTask().run();
}

Leave a Reply