New integer field saving as ready only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 11:01 AM
Hello,
I just added this integer field to a form, for some reason it is saving as read only once updated/save. I want it to stay editable. I have not created a UI script/business rule etc to cause this. please advise

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 11:06 AM
There is most likely an ACL (likely a table.*) that your integer field is falling under. You'll likely need to create a new ACL for that field to make it editable at the table.field level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 11:10 AM
Hi @BenjaminY ,
Check on the Dictionary of the field, if the field set to read-only.
If it is not set to read only, check in the UI policy actions, with the field name.
If no records are there, then check in UI policy scripts/Client script scripts.
Also, as @Zach Koch mentioned you can check ACLs as well.
I
Mark the response correct and helpful if the answer assisted your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 11:16 AM
Hi @BenjaminY ,
Fields got readonly by some ways like
1. Dictionary - Right Click on field and click on Dictionary check wheather it is getting read only or
2. ACL - Check there is any ACL created on that table which makes that field read-only you can add role to ACL or create new public ACL
3. By Scripting - DictionaryYou can check all scripts like - UI Policies, Client Script, Business Rules.
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak