how to add workNotes for Group table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 06:17 AM
We need to add work notes section in Group table . if any user add/remove from group, then work notes should be updated.
please help me on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 05:01 AM
@Suresh_32 Below is the implementation for adding the worknotes using flow when an user(s) are added to the group.
Each time when a user is added to a group, messages gets updated on the group record.
For removal of the user record update, there is delete operation that happens on the users related lists and the record details are tracked under "Deleted Record" table, but its an audit table which is not advised to be queried due to performance impact.
Alternatively, you may use event action on the business rule to trigger a notification for tracking or have custom table to track the details by inserting it as new record.
Note : Above implementation technique/approach is only a suggestion.
Sujatha V.M.