Send Notifications to users in a list collector field

pramodkumar
Tera Expert

Hi All,

I want to send notification to users in list collector field. I have a custom table with one list collector field reference to user table. I want to send notification to all users in this field, but the notification is on different table so I cannot directly access the list collector field in notification users or groups field.

How can I send notification to all users in list collector field with business rule or email script?

 

Thanks!

10 REPLIES 10

Rohit Sarkar1
Mega Guru

Assuming your list collector refers to the sys_user table then the list collector on server side code returns a list of sys_id in comma seprated manner OOB, so all you have to do is to create a event and pass the list collector in the first parameter and on the notification use that event on when to send and check the checkbox on who will receive as send to param1.