ACL Question Please

Dave_p
Giga Guru

Hi,

I want to see that the 'short description' of the 'incident' is editable only by the 'Analytics Settings Manager' group. But when I impersonate Adela, she is also able to edit it. Kindly help.

 

a.png

 

Application Engine group

b.png

 

c.png

 

//sys_id of Analytics Manager group: 019ad92ec7230010393d265c95c260dd
if(gs.getUser().isMemberOf('019ad92ec7230010393d265c95c260dd')){
	answer=true;
}
else{
	answer=false;
}

 

d.png

2 ACCEPTED SOLUTIONS

Ankur Bawiskar
Tera Patron
Tera Patron

@Dave_p 

are you sure that user is not part of that group?

Any other field level WRITE ACL is allowing the edit?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

@Dave_p Did you check if there are any other ACL defined on the short description field which is allowing the access to the user here? You can use access analyser to find the ACL which is granting access on the short description field.

View solution in original post

8 REPLIES 8

Dave_p
Giga Guru

Hi @Sandeep Rajput,

 

Can you please help me.

 

Regards

Suman P.

@Dave_p 

are you sure no other field level WRITE ACL is allowing?

did you check the access analyzer and see which ACL is allowing?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Dave_p Did you check if there are any other ACL defined on the short description field which is allowing the access to the user here? You can use access analyser to find the ACL which is granting access on the short description field.

Dave_p
Giga Guru

There is another write ACL for short description with itil and sn_incident_write ACl which is interfering.

Regards

Suman P.