Send Notifications to users in a list collector field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2022 10:23 PM
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2022 12:37 AM
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.