Making field to be editable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2016 11:37 PM
Hi All, Has anyone tried to make a read only field for fulfillers to be editable by client script? For some reason, I have created a write ACL already but I am still not able to make the field editable. Any ideas? function onLoad() { if (gr.hasRole("role here")) g_form.setReadOnly('field name here', false); } Thanks, Ramel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2016 11:42 PM
Hi Ramel
Check below points
1. Check the dictionary of that field, is readonly checkbox is checked or no
2. Check the dictionary override for that field. Is there readonly property is set to true for that table and field
3. Check if there is any data policy/UI policy.
4. Check if there is any client script which is setting the field readonly
5. Check all the ACLs setup on that field/table or parent table.
Debug all the above points, you will be able to find the issue.
Regards
Harsh