need to create a new role which modify record on user table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 06:29 AM
Create a new Role to enable users that are members of a (new) group to do the following:
Add new entries to sys_user
- excluding User IDs that contain @abc.com
Modify entries to sys_user (including making the record inactive)
- excluding User IDs that contain @abc.com and records that have a non-empty Object GUID
Add new entries to sys_user_group
- ideally enforcing that the type is Customer_Notifications
Add / modify /remove entries in sys_user_grmember for groups of type is Customer_Notifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 07:19 AM
Hi,
Create a new role and add it to OOB ACLs which are created for sys_user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 07:51 AM
We need access on the mentioned conditions. if user having mail id abc.com then they cant edit that record. other than abc.com they can edit user table record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-21-2023 08:27 AM
Hi, you can consider creating a new role and Business Rules that validates conditions above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2023 02:39 AM
What BR you are considering here?