After a change is closed - All fields should be set read only for all users (How to ACL this one)

rody-bjerke
Giga Guru

Hi,

After a change is closed - All fields should be set read only for all users (How to ACL this one)

Can anyone show an example of this with the use of Access Control Rules

Best regards,

1 ACCEPTED SOLUTION

Ahmed Hmeid1
Kilo Guru

Hi,



If there is no table level WRITE ACL (the second field should be set to "none") already defined on change_request, then create a new one. If there already is, update the existing one.



The ACL should have a condition on there to say state is not closed. So you can write to the record at all times except when the state is closed.


View solution in original post

1 REPLY 1

Ahmed Hmeid1
Kilo Guru

Hi,



If there is no table level WRITE ACL (the second field should be set to "none") already defined on change_request, then create a new one. If there already is, update the existing one.



The ACL should have a condition on there to say state is not closed. So you can write to the record at all times except when the state is closed.