Unable to provide write access of state field by creating new ACL

vennugopikr
Tera Contributor

Hi,
I have created new ACL for 'sc_task' table 'state' field with the new role - 'internal'
I have provided 'internal' role to 'X' user, but this 'X' user is unable to edit the 'state' field.
I have checked there is no ACL's for 'state' field. but user is able read the fields by provided 'sn_req_read' role.
Can you please suggest i am missed anywhere - any query-range ACL is restricted?


tried with added script - answer = gs.hasRole('internal');

vennugopikr_0-1749836570831.png

 

1 ACCEPTED SOLUTION

prudhviraj1
Tera Guru

Hi,

a moment ago

 

Create a table level ACL with the same role then create Field level ACL with state field.

 

Without table level ACL field level won't work.

 

Restrict any extra fields editable.

View solution in original post

2 REPLIES 2

Zach Koch
Giga Sage
Giga Sage

You can use the Access Analyzer to see what ACLs that the user is passing/failing.
Here is a link to the SN docs.

Using Access Analyzer 

If this information helped resolve your issue, please remember to mark response correct and thumbs up to help future community members on this information, thanks!

prudhviraj1
Tera Guru

Hi,

a moment ago

 

Create a table level ACL with the same role then create Field level ACL with state field.

 

Without table level ACL field level won't work.

 

Restrict any extra fields editable.