Unable to Edit Records in 'GlideDIalogWindow' Popup Related list by Double-Clicking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi Team,
I have a requirement on the Outage form where clicking a UI Button opens a 'GlideDialogWindow' showing related records (similar to show_list view) the popup displays the related records correctly, but i am not able to edit the records directly in the popup by double-clicking on them.
Expected Behavior:
When double-clicking a record in the popup, inline editing should be enabled (same as list view inline editing).
I was tried by enabling table configuration for 'allow list edit' and tried with add 'setPreference('sysparm_list_edit','true');' in UI Action script but no luck.
Please find attached screenshot for your reference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
I'm not able to reproduce the scenario but for that list where you want to edit it, please click right mouse button on any of the column labels (e.g. Business line) and go Configure > List Control:
and check the list edit option - perhaps it will be disable:
If this method won't be available, go to [sys_ui_list_control] table and check it from there.
Last but not least check the ACLs for list edit:
Keep me updated on your progress
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi @GlideFather ,
Thanks for your response,
I have verified that the 'List control' list edit type is set to 'Save Immediately (Cell Edit Mode)'. I also checked the ACLs and did not find any list_edit ACL associated with it.
Regards,
Veera Narayan.