security prevents writing to this field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2023 03:47 PM
How to solve security prevents writing to the State field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 07:56 AM
An ACL for that table/field would need to be edited to allow write access. Normally fields are locked down due to process/oob flow. Can you share your use case for updating this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 09:23 AM - edited 10-12-2023 09:31 AM
Hi @Jayanthi3 ,
Navigate to state field dictionary there is dictionary override which is making the state as Read only if you remove the checkbox then state field will be editable. Please find the below screen shot,
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.
Thank You
Swathi Sarang

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 10:42 AM
Hi @Jayanthi3
Ideally you should not be making your state editable even for admins, if you still want to change the state for multiple records, best way to achieve this would be to update via data source and transform map.
Aman Kumar