- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2022 03:17 AM
I have removed some users from a particular group and I need to add those users to that group again. How can I get those users which have been removed from that particular group?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2022 03:29 AM
Hi,
Go to System Definition > Deleted Records
Search for sys_user_grmember in table name
Identify the deleted record using "Record Deleted" field which records the data when the data is delete
Deleted user information is available in payload field. You need to open the record and check the JSON data for the user name
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2022 03:25 AM
Hi,
Please type sys_history_line.LIST in your navigation search to navigate History table. filter your search with Label as 'relation' and 'Old' as 'Group Member'. You will find the history data against the User record. The 'User Name' field contains the User who has removed the user from the Particular group.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2022 03:29 AM
Hi,
Go to System Definition > Deleted Records
Search for sys_user_grmember in table name
Identify the deleted record using "Record Deleted" field which records the data when the data is delete
Deleted user information is available in payload field. You need to open the record and check the JSON data for the user name
Palani