SAP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 02:04 AM
Hello Team,
For this page only for login user who is in L4 group can have access to edit assignment group or else it will be read-only for rest of those users.
can anyone help me how to do that.
thanks,
Shrabanti

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 02:56 AM
@Shrabanti This is probably best placed to another forum, as you have posted in Employee Center 🙂
To achieve this however you will likely need to create a Business Rule.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2024 03:01 AM
You can create a write ACL on the table with condition you need (not sure how you are defining the limitation). This could be like "Model = SAP AMS Change". And add this to the script part of the ACL:
answer = gs.getUser().isMemberOf('name of group');
In case there are more groups, you can query to them.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark