how to make readonly field to editable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2020 07:05 AM
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
- Labels:
-
Problem Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2020 07:07 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2020 07:17 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2020 07:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2020 07:46 AM