Is there a "Select All" function?

trainer2017
Kilo Contributor

I am on the users' page and would like to select all the users on that page and delete them. Is there a "Select All" function so I don't have to check every checkbox on the page individually?

1 ACCEPTED SOLUTION

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hello,



You can select the checkbox in the list view i.e checkbox(Action on selected rows) and In the actions choice list, select an action such as Delete (administrators only) to delete all records shown in the list view.


Screen Shot 2017-04-21 at 9.32.47 AM.png


Screen Shot 2017-04-21 at 9.30.35 AM.png


http://wiki.servicenow.com/index.php?title=Using_Lists#gsc.tab=0


View solution in original post

9 REPLIES 9

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hello,



You can select the checkbox in the list view i.e checkbox(Action on selected rows) and In the actions choice list, select an action such as Delete (administrators only) to delete all records shown in the list view.


Screen Shot 2017-04-21 at 9.32.47 AM.png


Screen Shot 2017-04-21 at 9.30.35 AM.png


http://wiki.servicenow.com/index.php?title=Using_Lists#gsc.tab=0


Simple option


  1. Navigate to System Definition > Tables and Columns.
  2. Click Delete all records.
  3. Screen Shot 2017-04-21 at 9.37.39 AM.png
  4. In the confirmation dialog box, enter delete and click OK (Calgary release).
    The selected table is now empty. The table itself still exists, and any references to the table on other tables (such as business rules or reference fields) are preserved.

http://wiki.servicenow.com/index.php?title=Deleting_All_Records_from_a_Table#gsc.tab=0


Hello Trainer2017,



Let me know if that answered your question. If so, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list. Thank you


thx. easy one and still grateful for the hint