Hi all,
In problems we have a Root Cause Target Time field. When this Target Time is 4 days from expiring we would like to send out a notification. For example what I am thinking is the following:
${{days(now(), entity.RootCauseTargetTime) < 345600000}
Send notification to recipients using template with parameter
The 345600000 is 4 days in ms. Could something like this work? Where should we locate such a business rule (After change?) ? As you only really want to send out the notification once, and not constantly.
Documentation used: Expression Language functions and syntax - Enterprise Service Management