ACL not working for a particular field in list view

Deepika Mishra
Mega Guru

Requirement: To create ACL to restrict any user from changing the State if it is already in closed Complete for Catalog Task table.

 

I have implemented below scenario, but still it isn't working:

Type: record

Application: Global

Operation: list_edit

Admin overrides: checked

Protection Policy: None

Name: sc_task for state

Condition: State is Closed Complete

Role: snc_internal (got added automatically)

6 REPLIES 6

@Deepika Mishra 

did you debug any other write ACL is allowing user to edit?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

I did but there is nothing such ACL. Also when I am trying to implement it through onCellEdit it is not happening.