Alerts Filter
Summary:
Hi Team,
Im facing challenges with Alerts filter and looking for options to us for Reminder & Past due alerts.
When we use below as one of the filter for Assignment due in 10 days, it is not working
${assignmentDueDate} = sysdate+10
But when i use it as below, it seems to be working but it is triggering every day which is not a requirement for us. I has to be sent only when assignment is due in 10 days.
${assignmentDueDate} >= sysdate+10
Same is the issue with Over due notification:
This is not working - sysdate = ${assignmentDueDate}+14
Please let me know if there is a way to fix these.
Tagged:
0