how to make readonly field to editable?

suuriya
Tera Contributor

Hi 

i have one user created field which is readonly field i want  to make it as editable..in dictionary read only is unchecked only and no ui policy or script have written for it. and i could not able to find where can i change that field to editable

7 REPLIES 7

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

If the field is marked read only, no script will make it editable.

Only way is to uncheck 'read only' from the dictionary and control the behavior via ACL/UI policies.

 

IF the dictionary has read only unchecked then there can be client scripts, ui policies, data policies and ACLs that might be making it read only.

-Anurag

-Anurag

Shivani Singh1
Tera Guru

Hi Suuriya,

You can check by applying watch on that field, what makes it read-only.

Possibilities:

  • UI Policy/Data Policy
  • Client Script
  • Dictionary
  • UI Script
  • ACLs

It should be anyone of them.

 

HI Shivani,

 

But i couldnot able to watch that field. In that case what should i need to do

find_real_file.png

Open the required record in homepage like

find_real_file.png