The Zurich release has arrived! Interested in new features and functionalities? Click here for more

One Editable Field on User Table

TStark
Kilo Sage

I've created a field (i.e. u_field_xyz) on the user table and I need to grant a specific role (new role that I've created i.e. role_xyz) to a group (new group I've created i.e group_xyz) of users that can only edit this new field and no other field on the user table. I'm assuming this will need to be done by ACL. How would this ACL be scripted?

Thanks,
AJ

1 ACCEPTED SOLUTION

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @TStark 

 

ACL 

- table. fieldname

type - Write

Role

Newrole which you created.

 

Do it mate in PDI, easy to go and share feedback if stuck or error.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

1 REPLY 1

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @TStark 

 

ACL 

- table. fieldname

type - Write

Role

Newrole which you created.

 

Do it mate in PDI, easy to go and share feedback if stuck or error.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************