- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2024 11:38 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 12:15 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2024 12:15 AM
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