Hi everyone

varunkumarv
Giga Contributor

how to write operation in ACL, only 5 fields write one specific role. remaining fields read only.

varunkumarv_0-1753794534258.png

 

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@varunkumarv 

you can use table.* WRITE ACL and use advanced script with answer=false

Then create 5 field level WRITE ACL and give that role

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

@varunkumarv 

Hope you are doing good.

Did my reply answer your question?

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

Chaitanya ILCR
Kilo Patron

Hi @varunkumarv ,

 

the attachment is not visible

 

you can create Table.None List edit ACL and give access to that role (if there is already an existing list edit acl on that table add this role to it)

then create Table.*  List Edit ACL and give a role which the users do no have

3. create 5x Table.<field> ACLs (1 for each field) 

 

a total of 7 ACLs are required

 

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya