gr.initialize() in loop to update records
Hello friends, I came across a scenario in which I need to update multiple incident records and came up with below script: var gr=new GlideRecord('incident'); var a=['INC0010002','INC0010003','INC0010004','INC0010005','INC0010006','INC0010007']; for...
