Why do we get message "Security prevents writing to this field" when try to list edit certian fields on list v3?Issue When a user is trying to list edit a field in list v3, getting message "Security prevents writing to this field" as shown in the below screenshot. However, this error doesn't come up when user is on list v2, as shown in the below screenshot, CauseIn general, the message "Security prevents writing to this field" appears when: A user is trying to edit a field on list (v2 or v3), but the field was set as read-only at the server level ( ACL, dictionary, etc)A user is trying to edit a field on list v3, but the field was set as read-only at the client side (Client script, UI Policy, etc). In this case, the issue doesn't show up on list v2, because it doesn't honor the UI policy and client script, where it applied only at the form level.ResolutionThis is an expected product design behavior. However, if you would like to avoid this warning message, make the field editable on the client side, or make it read-only at the server level so that you will have same behavior across list v2, list v3 and form. Related LinksList editorList v3UI Policy / Client scriptsACL / Dictionary