How to add "Group" in Watchlist

shubhi211
Tera Guru

Hi, 

As per the current configuration, in watchlist from the UI page we can add Active "user" only. But as per the latest requirement we need to show "Active Groups" as well Active "user" in the watchlist (Front-end).

 

Please let us know how to configure

watchlist.png

 

backend.png

1 ACCEPTED SOLUTION

Mark Manders
Mega Patron

You can't have one field reference to two tables. If you want to also add groups. you will need to duplicate the watch list to allow for this and put the reference qualifier on sys_user_group and active=true. You can't add groups and users to the same field.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

View solution in original post

1 REPLY 1

Mark Manders
Mega Patron

You can't have one field reference to two tables. If you want to also add groups. you will need to duplicate the watch list to allow for this and put the reference qualifier on sys_user_group and active=true. You can't add groups and users to the same field.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark