where can i found users that exist in watch list and work notes list to add a user to watch list

Fdeveloper
Kilo Guru
Hi , i have a notification in the change table and in the part who will recieve i found in the column users and group watch_list and work_note_list i want to know wich users are in watch list and work notes list how can i check please. Thanks.
7 REPLIES 7

HI @Muhammad Khan ,

i should only remove one user from reciving the notification and then add another user to receive the notification i don't know how can i remove only one user and the add the other. and I noticed that in each record watch list and work notes list is different ,

If those users (which you want to add/remove) will remain same, then try reference qualifier on your list fields so that no one can select those users to which you do not want to send the notification.

 

And to add a new user, just utilize users field of notification.

 

Otherwise, you will have to use business rule to add/remove users in/from those fields and before triggering the notification via an event.

@Muhammad Khan ,

how can i use this solution to remove user from reciving the notification " try reference qualifier on your list fields so that no one can select those users to which you do not want to send the notification.