Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Creating ACL to make editable only for specific groups

Andre Jones
Tera Expert

 

 

Hello,

 

I want 'assigned to' and 'assignment group' field to be editable only for following the groups if the HR case is assigned to them.

Group A 

Group B

 

This is what I have but it's not working, Example.

AndreJones_0-1701446423078.png

 

Thank You!

1 ACCEPTED SOLUTION

Also that ACL does does grant write access to all er writers, so - as stated previously - ALL OTHER ACLs already granting access MUST be disabled.

View solution in original post

21 REPLIES 21

You wrote this: 

AndreJones_0-1701463833233.png

 

I was just responding to what you said.

Also that ACL does does grant write access to all er writers, so - as stated previously - ALL OTHER ACLs already granting access MUST be disabled.

Looking at docs, it seem you should have and use role sn_hr_er.case_writer.

Should this role 'sn_hr_er.case_writer' be for this ACL? 

 

Than create one write ACL for the field where

  • the condition is Assignment group is not Group A and Assignment group is not Group B
  • the role condition is probably sn_hr_ef.document_writer.

Yes.