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.

UI Action

NihalK
Giga Contributor

How to configure UI action on list view ,

 

i need to add one button on  incident list, 

 

how to do that.

1 REPLY 1

M Iftikhar
Tera Sage

Hello @NihalK,

To add a UI Action button on the Incident list, create a List UI Action:

Steps

  1. Go to System Definition >UI Actions >New

  2. Set:

    • Table = incident

    • Active = true

    • List banner button = checked (this shows the button above the list)

    • (Optional) List context menu = checked (to show in right-click menu)

  3. Add your script (server-side or client + server depending on your use case).

  4. Save and refresh the Incident list.

    MIftikhar_0-1763563110392.pngMIftikhar_1-1763563136162.png

Docs:

Create a UI action

If my response helped, please mark it as the accepted solution so others can benefit as well.

Thanks & Regards,
Muhammad Iftikhar

If my response helped, please mark it as the accepted solution so others can benefit as well.