Fires an event when condition is true

Madhusudana K July 20, 2017

HI,

I want to trigger an event when the follow condition is true:

custom field "USER DOC IMPACT" if value is selected "Yes" it should trigger mail to prticualr person or Group mail id.

how to write this condition properly?

 

Thannks in advance.

1 answer

0 votes
Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 3, 2023

Hi @Madhusudana K ,

you need to define a listener for each event that can impact that field (creation,update) and then perform a check on listener side and send an email.

Fabio

Suggest an answer

Log in or Sign up to answer