Field is not editable in list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2020 10:30 PM
Dear Community members,
Good Day!
Hope you are doing well.
Could someone please help me with an issue where a field of choice type is not editable in list view for ITIL users. However field is editable on the form view. I have checked below in order to debug it :
1. ACL : if there is any list_edit type ACL configured which is restricting the access, however there is no ACL defined.
2. Client Script: if there is any onCellEdit type client script defind; but didn't find any CS.
2. If list edit is restricted from list control; but didn't find anything.
4. List of element types (comma-separated) that cannot be edited in the list editor; however didn't find choice type field included in the property.
At last , In order to resolve the issue, I have created an list_type ACL and configured ITIL role; however it didn't help either.
Can someone please let me know what could be the issue here.
Best Regards,
Naveen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2020 11:18 PM
Hi,
- Navigate to System Properties > UI Properties.
- To disable list editing, set the Enable list editing (glide.ui.list_edit) property to No by clearing the checkbox.
This property is enabled by default, and it globally enables list editing. When you disable it, the list editor is disabled globally.
- To configure the field types that cannot be edited for v2 lists, complete the following steps.
- Locate the List of element types (comma-separated) that cannot be edited in the list editor (glide.ui.list_edit_ignore_types) property. It contains several element types that cannot be edited by default.
Note: This property does not impact v3 lists. There is no equivalent property for List v3.The following field types are not editable from the list editor by default.
- Conditions [conditions]
- Currency [currency]
- Document ID [document_id]
- Field List [field_list]
- HTML [html]
- Image [user_image]
- List [glide_list]
- Price [price]
- Template Value [template_value]
- Time [glide_time]
- User Roles [user_roles]
- Video [video]
- Add any other field types you want to disable to the end of the list, separated by a comma.
- Locate the List of element types (comma-separated) that cannot be edited in the list editor (glide.ui.list_edit_ignore_types) property. It contains several element types that cannot be edited by default.
- Click Save.
Please mark correct or helpful based on the impact.
Regards,
Aniket Sawant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 01:01 PM
Same issue . Was this resolved ? Please let me know.