New integer field saving as ready only

BenjaminY
Tera Contributor

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

 

BenjaminY_0-1720720715436.pngBenjaminY_1-1720720792815.png

BenjaminY_2-1720720827327.png

 

 

3 REPLIES 3

Zach Koch
Giga Sage
Giga Sage

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.

If this information helped resolve your issue, please remember to mark response correct and thumbs up to help future community members on this information, thanks!

Rupanjani
Giga Guru

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.

Community Alums
Not applicable

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