Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Alert Composer - custom SQL in Add Filter displaying Error Msg
Summary
Alert Composer - custom SQL in Add Filter displaying Error MsgContent
Hello Team
we are creating resource alerts with custom sql. our requirement is to remove spl characters in email address. When we are tying to use the below condition it is displaying error msg. "The filter expression is invalid. The error message is: The Groovy Expression is not valid/supported at the moment ". Below is the condition we are using in the where clause. we have set of characters to be used in where clause. (\,$,@,^) etc...
and ((paf.ADDRESS_LINE_1 LIKE '%\%' OR paf.ADDRESS_LINE_1 LIKE '%$%'))
0