Update multiple records at one time .124

Ashok  kumar
Tera Contributor

Which two features allow you to update multiple records at one time ?

List Editor

Update selected Action

Field update Action

2 REPLIES 2

Shashi Yadav1
Tera Expert

Hi @Ashok kumar 

 

List Editor & Update Selected Action features allow update multiple records at one time.

 

Thanks,

Shashi

Thanks,
Shashi

Amitra Bhunia
Tera Expert

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:

Link

 

If this helps, Please mark helpful. 

 

Thanks & Regards,

Amitra