SAP

Shrabanti
Tera Contributor

Hello Team,

Shrabanti_0-1706176708172.png

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

 

2 REPLIES 2

Dan O Connor
ServiceNow Employee
ServiceNow Employee

@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 Manders
Mega Patron

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