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

vennugopikr
Tera Contributor
 
1 ACCEPTED SOLUTION

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

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-1749835751965.png

@Ankur Bawiskar , @Dr Atul G- LNG , @Chaitanya ILCR 



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.