"Or" option in Custom Events
A
Andy Claessen
I would like to have the option "or" in the custom events conditions for using in e-mail notifications.
So that only one of the conditions needs to be true.
For example:
I created 2 seperate custom events:
- function change
- department change
When both conditions changes for a user, I get 2 e-mail notifications instead of one combined e-mail notification.
Because you can only use one custom event per notification.
Workarround is to create 3 custom events with the following conditions:
- when function is updated and department is not updated
- when function is not updated and department is updated
- when function is updated and department is updated
R
Roman Škuta
I was about to create a notification for this exact same use case (job title or department change) only to find out there is no OR setting for the conditions. I hope this gets picked up and implemented soon because I want to avoid setting up 2 notifications and sending 2 emails when both are changed.
Twan Duvigneau
Imagine having to trigger when 1 of 3 values change, you'll have to create 7 custom notification triggers and notification configurations ;)
If somehow its not possible to implement or functionality, then please consider the option to select multiple events for a notification. At least we wont have to create 7 identical notifications in that case. Maybe it could even fix the double trigger problem because it will be 1 notification.