Unable to rollback the changes made using background script
I tried changing the Class of a hardware catalog item to Vendor catalog item thinking vendor catalog item is child class of sc_cat_item using the following background script. var gr = new GlideRecord('sc_cat_item');if(gr.get(<sys_id>)){gr.setValue('s...
