Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to display a popup without double-clicking

RyotaroT
Tera Contributor

How to display a popup without double-clicking?

 

RyotaroT_0-1763352405111.png

When editing a column, you have to double-click, but users complain that it's hard to know where to click, so I want to show an edit popup for that specific column in the list when the page opens.

1 REPLY 1

Amelia_Walker
Kilo Contributor

You can trigger the popup programmatically when the page loads instead of waiting for a double-click. Use your framework’s API or event methods to call the edit popup function for that column on page initialization—essentially simulate the double-click action in code.