Update multiple records with different values for the same field
I want to update the field 'busines_criticality' of table 'cmdb_ci_service_calculated' for multiple records with different values. GlideRecord update works fine. But I have to do it in a loop. And this is time consuming. Following is my snippet: ...