Resolved! To trigger notification when the due date on problem task is approaching (i.e., less than 2 days)
Hi I have a field on problem task called due_date and I want to trigger a notification when the due date is approaching (i.e., less than 2 days).created a BR, related Event and Notification for thisBRvar today = new GlideDate(); if (current.due_date ...
