Update multiple records at one time .124
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2023 09:56 PM
Which two features allow you to update multiple records at one time ?
List Editor
Update selected Action
Field update Action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2023 10:08 PM
Hi @Ashok kumar
List Editor & Update Selected Action features allow update multiple records at one time.
Thanks,
Shashi
Shashi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-17-2023 10:34 PM - edited ‎05-17-2023 10:35 PM
Hi @Ashok Kumar ,
You can update multiple record from List view of a table using List Editor. If you want to update similar columns for multiple records, filter out the records and select a single column for all records (CTRL+select) at a time and add new value. It will update the column for selected records. Please perform the same for other columns as well.
You can also use GlideRecord class and updateMultiple() method fix script or background script or any other server side script. You can visit this page for more about updateMultiple() method:
If this helps, Please mark helpful.
Thanks & Regards,
Amitra