Add multiple targets to one email notification

Hai Nam Tran1
Kilo Contributor

Hi,

 

I have a email notification which is triggered by event. In this notification I post a list of specific Change records of an person in the body.

Now I want this Notification to be posted in Activities tab of each Change records in the list. How can I get it done? The Notification is not record specific.

1 ACCEPTED SOLUTION

Anil Lande
Kilo Patron

Hi,

This is not possible and you need to trigger separate email for each change then only it will appear in all change request.

There is possibility of duplicating emails which are sent by writing BR on sys_email table but that is not recommended way. 

Please try to convivence client to accept OOB functionality. If not agreeing then share how can we identify sent email so that it will be available in all related change requested.

 

Thanks,
Anil Lande 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

View solution in original post

5 REPLIES 5

Thank you very much for your help. But I think I will not use this solution because it will generate so many redundant records for the sys_email table and also make it difficult to create reports.