Can we use all operators (=, >,
Summary
Custom Alert not working with some operators in the expression filer of the custom alert with DFF date attributeContent
Hello
I am using a DFF Date Attribute in the Custom Alert.
In the Expression Filter, when I try to use the condition as "****_ATTRIBUTE_DATE5 = sysdate+14" or "****_ATTRIBUTE_DATE5 >=sysdate+14" or "****_ATTRIBUTE_DATE5 BETWEEN sysdate+14 AND sysdate+16", the alert does process successfully but does not send out any alerts to the recipients (Alert Log also does not show any), where as the condition "****_ATTRIBUTE_DATE5 BETWEEN sysdate and sysdate+14" work appropriately and the messages are sent too.
My requirement is to check the condition of sysdate+14 only on the DFF Date Attribute and send out an alert.
0