Alert filter: sysdate or currentdate
Summary:
Alert filter: sysdate or currentdate
Content (please ensure you mask any confidential information):
Hi all,
we are configuring custom notifications for a client using the filters. Do you know which are and if there are differences between using "sysdate" or "CurrentDate"?
For example in the below expressions:
${expirationDate} < ${AlertFilterUtils.addDays(AlertFilterUtils.getCurrentDate(),7)}
${expirationDate} < sysdate+7
In which case do you suggest to use "sysdate" instead of "CurrentDate"?
Thank you,
Martina
Version (include the version you are using, if applicable):
23D
Code Snippet (add any code snippets that support your topic, if applicable):