How to execute action on list of records more then 100 through "Action on selected rows".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 06:58 AM
Hi ServiceNow family,
Can anyone please tell me how I can execute one action in a single go on list view through "Action on selected rows", so that all records get updated in one go.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 08:32 AM
Hi @Dr Atul G- LNG ,
As we have more than 100 records in table, we have to update all records at the same time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 09:31 AM
What do you want to update in bulk?
you can bring that filed which you want to change on list view.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2024 09:46 AM
Is it a one time activity or you want to do it on regular basis? for one time you can write fix script.
for regular basis use:
you can write the UI action and can trigger the event. Just copy the code of escalate button and modify to loop and execute the script on event trigger. when you select the record, store the record SysID in an array and pass it into Event Parameter of gs.eventqueue().