Unable to Edit Records in 'GlideDIalogWindow' Popup Related list by Double-Clicking

Veera Narayana
Kilo Contributor

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.

VeeraNarayana_0-1754911397092.png

 

  

2 REPLIES 2

GlideFather
Tera Patron

Hi @Veera Narayana  

 

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

GlideFather_0-1754943669865.png

 

and check the list edit option - perhaps it will be disable:

GlideFather_1-1754943684791.png

 

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:

GlideFather_2-1754943790145.png

 

 

Keep me updated on your progress

 

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */


Veera2
Tera Contributor

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.

Veera2_0-1754976680850.pngVeera2_1-1754976696408.png


Regards,
Veera Narayan.